Defect #43356
openSubversion checkout results in 'forbidden' error on 190511141819_ecookbook-gantt.pdf
0%
Description
I deploy Redmine via Subversion checkout, which has been working fine for years. I'm currently running 5.1.7 without issue but upon updating to 6.1.0 I'm encountering a problem checking the code out from the repository:
svn: E175013: Access to '/redmine/!svn/rvr/24009/tags/6.1.0/test/fixtures/files/2019/05/190511141819_ecookbook-gantt.pdf' forbidden
The rest of the tagged release checks out fine, at least up to this point.
This can be confirmed using curl:
$ curl -I https://svn.redmine.org/redmine/tags/6.1.0/test/fixtures/files/2019/05/190511141819_ecookbook-gantt.pdf
HTTP/1.0 403 Forbidden
Or by just attempting to access the file in a browser:
https://svn.redmine.org/redmine/tags/6.1.0/test/fixtures/files/2019/05/190511141819_ecookbook-gantt.pdf
This is an issue at least as far back as 6.0.0. I haven't checked tags prior to that.
Updated by Holger Just 4 days ago
- Category set to Website (redmine.org)
- Assignee set to Jean-Baptiste Barth
I can confirm the 403 Forbidden response when accessing this file. I assume this must be the result of some overbearing attempts to block malicious requests?
Could you have a look?
Updated by Holger Just 4 days ago
- Assignee changed from Jean-Baptiste Barth to Jean-Philippe Lang
Sorry, wrong Jean :)