Bug 1117629
| Summary: | URI parameter decoded by ISO-8859-1 even though there is metadata "pageEncoding=utf-8" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | jooho lee <jlee> | ||||
| Component: | jbossas | Assignee: | Fernando Nasser <fnasser> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> | ||||
| Priority: | unspecified | ||||||
| Version: | 6.2.3, 6.3.0 | CC: | jason.greene, jsenshar, mmiura | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-07-15 06:01:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
jooho lee
2014-07-09 05:29:43 UTC
JSP 2.0 spec [1]http://download.oracle.com/otndocs/jcp/jsp-2.0-fr-oth-JSpec/ ==> JSP.D.1Detection Algorithm The Workaround to this is to set the following system property while booting up JBoss: -Dorg.apache.catalina.connector.USE_BODY_ENCODING_FOR_QUERY_STRING=true However i guess "true" should be the default option. But unfortunately it seems to be "false" |