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

fix: quotes in content-disposition header #4748

Merged

Commits on Jul 3, 2024

  1. fix: quotes in content-disposition header

    Replaces the quotes by actually encoding the filename in the dav `Content-Disposition` header. The value of the `filename*` parameter must not be surrounded by any quotes, but rather be encoded in the first place. See RFC-6266 for more details.
    
    The quotes caused an issue where certain browsers would decode the quotes and falsely prepend them to the filename.
    JammingBen committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d9a5e03 View commit details
    Browse the repository at this point in the history