Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5
-
None
-
Linux
Japanese environment
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.