|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4183 | minor | always | 08-19-10 15:18 | 01-13-11 15:12 | |
|
|
|||||
| Reporter: | cjohn | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.1.6 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.15 | ||
|
|
|||||
| Summary: | 0004183: Issue Parsing Querystring when it contains the url endcoded string '%A3' | ||||
| Description: |
We've come into an issue with the parsing of query string parameters and pinned it down to the handling of the encoded pound symbol '%A3'. It looks like an IOException is being caught and logged, and any parameters after this are ignored. The issue can be replicated by passing in the following string as a query to com.caucho.server.connection.Form.parseQueryString(..) query = "cost=%a39.99" |
||||
| Steps To Reproduce: | |||||
| Additional Information: |
We're passing in UTF8 as the javaEncoding. The exact error is happing around line 91 in Form.java String value = converter.getConvertedString(); This goes into com.caucho.vfs.ByteToChar.getConvertedString() where the error is thrown when flush() is called. |
||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||