Defect #30850
Updated by Toshi MARUYAMA over 5 years ago
Clicking on the "Unified diff" link linkt at the bottom of a diff page of a specific revision doesn't work anymore. For a git revision, it simply produces a "Page not found" error. Url are like 'https://.../projects/:project_id/repository/:repository_id/revisions/:rev/diff.diff, the last component is interpreted as a (/*path) according to routes.rb (lines 250 and 258) This was fixed in issue #11325 (revision 9909), but was broken in 4.0.1 again.