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

Send download encodes reserved chars #5928

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Send download encodes reserved chars #5928

merged 2 commits into from
Oct 22, 2024

Conversation

mcrumm
Copy link
Member

@mcrumm mcrumm commented Sep 6, 2024

@mcrumm mcrumm requested a review from Gazler September 6, 2024 19:32
Copy link
Member

@Gazler Gazler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -537,6 +537,17 @@ defmodule Phoenix.Controller.ControllerTest do
"world"
end

test "issue #5926, sends file for download for filename with unreserved characters" do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we usually include the issue # in the test name.

@josevalim josevalim merged commit 842f242 into main Oct 22, 2024
14 checks passed
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@josevalim josevalim deleted the mc-download-unreserved branch October 22, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when using send_download/3 with a filename that contains spaces and commas
3 participants