Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3032 | major | always | 10-30-08 13:48 | 12-15-08 11:52 | |
|
|||||
Reporter: | bregnvig | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.7 | ||
Product Build: | Resolution: | no change required | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0003032: Problems with danish characters in URLs | ||||
Description: |
When working with Resin 3.0.25 an URL looking like this: http://localhost:8080/home/user/editUser.do?action=read&previousAction=listParents&userId=hj%f8 [^] Would result in the user with userId=hj%f8 (In Danish characters hjø) being loaded. I would extract the userId using this line: String userId = request.getParameter(Constants.USER_ID); But when switching to version 3.1.17a this line results in a 'null' being returned. If the userId had instead been 'ba' of something without Danish characters the above line would result in 'ba' being returned and the user being loaded. Switching back to 3. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|