Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JS1-487 Here is an overview of the issue: --------------------------------------------------------------------- Key: JS1-487 Summary: Encoding problem on DefaultJetspeedParameterParser Type: Bug Status: Unassigned Priority: Major Project: Jetspeed Components: Miscellaneous Versions: 1.5 Assignee: Reporter: Shinsuke SUGAYA Created: Fri, 4 Jun 2004 6:29 AM Updated: Fri, 4 Jun 2004 6:29 AM Environment: 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. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
