Issue Details (XML | Word | Printable)

Key: JM-1351
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Gaston Dombiak
Reporter: LG
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Openfire (ARCHIVED)

fix UTF-8 problem in HttpBindServlet.java

Created: 05/01/08 10:45 PM   Updated: 11/17/08 09:04 AM
Component/s: Core
Affects Version/s: 3.5.1
Fix Version/s: 3.6.2

Time Tracking:
Not Specified

Resolution Date: 11/17/08 09:04 AM
Acceptance Test - Add?: No


 Description  « Hide
see http://www.igniterealtime.org/community/thread/32717?tstart=0
  • parseDocument(request, response, new ByteArrayInputStream(queryString.getBytes()));
    +parseDocument(request, response, new ByteArrayInputStream(queryString.getBytes("utf-8")));


 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.