-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
None
-
Affects Version/s: 3.6.2
-
Component/s: User Management - Others
-
3.06
Line 68 in AddUser should take the user's locale into account when calling URLEncoder.encode() and String.toLowerCase().
eg:
// This should be the system encoding set return getRedirect("ViewUser.jspa?name=" + URLEncoder.encode(username.toLowerCase(getLocale()), "UTF-8" ));
We should also check for other occurences of URLEncoder.encode(), which is deprecated.
- relates to
-
JRASERVER-10424 Edit and delete links for groups not encoded correctly
-
- Closed
-