-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.4
-
Fix Version/s: 0.4
-
Labels:
-
Environment:
Default
We sould not use user id in URLs, user name should be used instead.
User name, however, may contain some characters prohibited for use in URLs.
As a workaround, user names may be encoded with URLEncoder. To reduce code logic payload it's preferrable to introduce aditional column 'username_encoded' in the user table. username_encoded shoud be calculated during the user registation and used later in URL building.