tomcat7 doesn't decode + character to SPACE
Bug #1162401 reported by
Chris
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tomcat7 (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
Release: Ubuntu 11.10
Package: 7.0.21-1ubuntu0.1
Issue: We've installed 7.0.21-1ubuntu0.1, and now the + character in paramer values in not decoded to SPACE.
If you alraedy have the plus character in the parameter value, then spaces are decoded correctly.
Expected Case 1:
Form sent via POST with a field value of "New York City".
Tomcat decodes it as "New York City"
User Case 1:
Form sent via POST with a field value of "New York City".
Tomcat decodes it as "New+York+City"
Expected Case 2:
Form sent via POST with a field value of "New+York City".
Tomcat decodes it as "New+York City"
User Case 2:
Form sent via POST with a field value of "New+York City".
Tomcat decodes it as "New+York City"
To post a comment you must log in.
Thank you for reporting this bug and helping to make Ubuntu better.
Could you please check to see if this problem exists in the latest upstream release, and/or the latest Ubuntu development release?