Fixed
Details
Priority
MajorAssignee
Dmitry AndrejevDmitry AndrejevReporter
AlexAlexPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
53External issue URL
Fix versions
Affects versions
Details
Details
Priority
Assignee
Dmitry Andrejev
Dmitry AndrejevReporter
Alex
AlexPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
53
External issue URL
Fix versions
Affects versions
Created June 7, 2009 at 4:41 PM
Updated December 29, 2024 at 9:34 PM
Resolved November 13, 2009 at 7:57 PM
During "Proj-CMS" module integration in base code was partially broken mod-rewrite url parser. It now gives 404 for such url:
http://your-host-here/platform/my_account/my_profile.html
This happens because now we have "platform" category in system which is parsed as category (ProcessCategory method) and then attempt is made to find "my_account/my_profile", which eventually fails (in ProcessPhisycalTemplate method).