History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JM-1419
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Armando Jagucki
Reporter: Armando Jagucki
Votes: 0
Watchers: 0
Operations

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

Check for potential usage of non-ASCII characters in webservice URL requests.

Created: 07/03/08 03:04 PM   Updated: 07/03/08 06:01 PM
Component/s: Core
Affects Version/s: 3.6.0
Fix Version/s: 3.6.0

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 07/03/08 06:01 PM
Acceptance Test - Add?: No


 Description  « Hide
Check for potential usage of non-ASCII characters in webservice URL requests, such as a Chinese group name appearing in a webservice URL request.

For example: If a webservice URL for obtaining user information was of the form, http://host/users/馬友友 then the GET request through apache's utils would throw an exception. Thus, we need to encode such non-ASCII characters to UTF8 first with URLUTF8Encoder#encode.



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