
| Key: |
SAK-6829
|
| Type: |
Contributed Patch
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Charles Hedrick
|
| Votes: |
1
|
| Watchers: |
3
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
This affects both head and 2.1.x
If users submit non-ASCII data as part of a test, the non-ASCII characters
are misinterpreted. getString needs to specify the encoding. Since our
pages are all forced to UTF-8 it seems safest to use that. Otherwise
we could get the encoding from the request.
|
|
Description
|
This affects both head and 2.1.x
If users submit non-ASCII data as part of a test, the non-ASCII characters
are misinterpreted. getString needs to specify the encoding. Since our
pages are all forced to UTF-8 it seems safest to use that. Otherwise
we could get the encoding from the request.
|
Show » |
|