
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Linux
Japanese environment
Linux
Japanese environment
|
|
| Resolution Date: |
28/Aug/04 11:19 PM
|
|
DefaultJetspeedParameterParser applies the following priorities when determining a encoding information of the form data.
1) the character encoding used in the body of the request.
2) character-set parameter in media.xreg
3) content.defaultencoding in JetspeedResources.properties
4) US-ASCII
I have considered that it is better for Jetspeed to use the encoding used in the requested page. But, for tomcat3 or the compatible one, it seems that ISO-8859-1 is returned in #1. So Jetspeed cannot handle the form data. Therefore #1 should be deleted for fixing this issue.
|
|
Description
|
DefaultJetspeedParameterParser applies the following priorities when determining a encoding information of the form data.
1) the character encoding used in the body of the request.
2) character-set parameter in media.xreg
3) content.defaultencoding in JetspeedResources.properties
4) US-ASCII
I have considered that it is better for Jetspeed to use the encoding used in the requested page. But, for tomcat3 or the compatible one, it seems that ISO-8859-1 is returned in #1. So Jetspeed cannot handle the form data. Therefore #1 should be deleted for fixing this issue. |
Show » |
|