Actions
Defect #26498
closedRails5: scm entry *.html causes 404 Not Found
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
=== (+9,-9) config/routes.rb ===
@@ -244,7 +244,7 @@
get 'projects/:id/repository/:repository_id/changes(/*path)',
:to => 'repositories#changes',
- :format => false
+ :format => 'html'
Started GET "/projects/redmine-svn/repository/entry/trunk/public/404.html" for 127.0.0.1 at 2017-07-22 19:29:57 +0900 Processing by RepositoriesController#entry as HTML ... Shelling out: 'svn' list --xml 'http://svn.redmine.org/redmine/trunk/public'@HEAD --no-auth-cache --non-interactive ... Completed 404 Not Found in 3860ms (Views: 43.7ms | ActiveRecord: 3.2ms)
Related issues
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from New to Closed
- Target version deleted (
4.0.0)
Fixed, thanks for pointing this out.
Updated by Jean-Philippe Lang over 7 years ago
- Related to Feature #23630: Migrate to Rails 5.2 added
Actions