-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
attachments download url not encode #6506
Comments
sigh The error is here: gitea/templates/repo/release/list.tmpl Line 80 in d3dc07f
There are multiple uses of Paging @mrsdizzie: fancy a quick fix? |
@TimmyOVO if you want to send a PR, Changing line 80 of
to:
Although another option is to rationalise this endpoint so that it does a similar thing to endpoints that use |
Sure I'll make a PR for this (that suggestion above seems right, seems somebody just forgot to do any escaping on this part). |
Make sure file attachments on a release get a properly escaped URL when linking. Fixes go-gitea#6506
Make sure file attachments on a release get a properly escaped URL when linking. Fixes #6506
Make sure file attachments on a release get a properly escaped URL when linking. Fixes go-gitea#6506
* before only first got downloaded - now each is downloadable * dos also take care of go-gitea#6506 (fix was: go-gitea#6512)
[x]
):Description
https://try.gitea.io/TimmyOVO/Test/releases/download/Test/test#abc.jpg
not working but when url encoded
https://try.gitea.io/TimmyOVO/Test/releases/download/Test/test%23abc.jpg
its work
...
Screenshots
The text was updated successfully, but these errors were encountered: