
| Key: |
JS2-125
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
Shinsuke SUGAYA
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
java version "1.4.2_05"
Fedora Core 2
java version "1.4.2_05"
Fedora Core 2
|
|
| Resolution Date: |
17/Oct/04 11:09 PM
|
|
J2 cannot handle multibyte characters when calling ActionResponse#setRenderParameter(String, String)
and RenderRequest#getParameter(String). For example, in PreferencePortlet.java
and pref-view.jsp, "invokeMessage" is displayed as garbage in Japanese
environment.
J2 needs to "x-www-form-urlencoded" encode names and parameters.
|
|
Description
|
J2 cannot handle multibyte characters when calling ActionResponse#setRenderParameter(String, String)
and RenderRequest#getParameter(String). For example, in PreferencePortlet.java
and pref-view.jsp, "invokeMessage" is displayed as garbage in Japanese
environment.
J2 needs to "x-www-form-urlencoded" encode names and parameters. |
Show » |
|
JS2-149.This problem is fixed by Ate Douma.