-
Servlet URL decoding
Hi, I use IE to call my servlet, and characters in the path info are russian ("qwerty" key strokes when typed in russian).
e.g., http://localhost:8080/axis/servlet/qxpsm/йцукен (Pls note u will not see russian in the above, as it wil be encoded)
The whole URL is encoded by IE. At servlet side, when I receive pathinfo using getPathInfo method, I get
%D0%B9%D1%86%D1%83%D0%BA%D0%B5%D0%BD for russian part.
Now, when I try to decode it using UTF-8 (URLDecoder.decode()), I get ??????
Any idea how to get back original russian characters?
Thanks,
Aman
Similar Threads
-
Replies: 0
Last Post: 07-05-2006, 10:31 AM
-
Replies: 4
Last Post: 09-09-2005, 08:12 AM
-
Replies: 4
Last Post: 09-04-2005, 11:10 PM
-
Replies: 1
Last Post: 09-29-2000, 09:33 AM
-
By Jerry Ball in forum Java
Replies: 0
Last Post: 04-04-2000, 04:28 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks