Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Download bug if filename contains quote #5918

Open
Vinceveve opened this issue Nov 14, 2024 · 0 comments
Open

HTTP Download bug if filename contains quote #5918

Vinceveve opened this issue Nov 14, 2024 · 0 comments
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working

Comments

@Vinceveve
Copy link

Describe the issue

When the reponse header contains quotes in filename, download fails

HTTP output

Content-Disposition: attachment; filename="mamp-c13.gtfs.zip"

Error :

Illegal character in path at index 110: /iv/download-static-feeds/executions/13pqIRmmJbsMbw1s100AUe/tasks/download-static-feed/4bFHdvmXkekG1XSl2NrSnR/"mamp-c13.gtfs.zip"

Task :

  type: io.kestra.plugin.core.http.Download
  options: 
    followRedirects: true
  uri: "https://www.data.gouv.fr/fr/datasets/r/10e025a1-9048-4c19-925a-466b2a79232f"

Environment

  • Kestra Version: 0.19.10
@Vinceveve Vinceveve added area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working labels Nov 14, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant