Re: URIEncoding and POSTS

2006-09-13 Thread Mark Thomas
Mike Wannamaker wrote: > I can specify URIEncoding="UTF-8" in Tomcat's connector settings within the > server.xml file. Now, my Tomcat server correctly reads the URL GET > parameters correctly...sending out "Hello, José!" or "Hello, 田中!" as > expected. > > However, there's still a problem. > > W

RE: URIEncoding and POSTS

2006-09-12 Thread Derrick Koes
+ encoding); request.setCharacterEncoding(encoding); // move on to the next chain.doFilter(request, response); } -Original Message- From: Mike Wannamaker [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 4:51 PM To: 'Tomcat Users List' Subject: URIEncoding and P

URIEncoding and POSTS

2006-09-12 Thread Mike Wannamaker
I can specify URIEncoding="UTF-8" in Tomcat's connector settings within the server.xml file. Now, my Tomcat server correctly reads the URL GET parameters correctly...sending out "Hello, José!" or "Hello, 田中!" as expected. However, there's still a problem. What if I want to POST some non-ASCII d