Actions
Bug #5399
closedSlashes in username cause fatal nagivation error
Start date:
20 July 2015
Due date:
% Done:
100%
Estimated time:
Description
When a username has a slash it is escaped, but it never reaches CB due to Joomla htaccess rewrite rules. The slash needs to be converted to a different character then reverted as done with other characters like comma.
Updated by krileon over 9 years ago
Best solution would be to alias the username using the existing alias function in the router. If it's different from the current username then prefix user id otherwise go ahead with just username. This will prevent usernames that aren't very URL safe from breaking indefinitely.
Updated by beat over 9 years ago
- Target version changed from CB 2.0.11 to CB 2.0.12
Updated by beat over 9 years ago
- Target version changed from CB 2.0.12 to CB 2.0.13
Updated by krileon about 9 years ago
- Has duplicate Bug #5642: Slash in username brakes SEO URL to user profile added
Updated by krileon about 9 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
CB 2.0.13) - % Done changed from 0 to 100
Duplicate Ticket
Actions