[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Encoding problem -- looks like a bug

2005-09-30 Thread maint175
Check for URIEncoding parameter in Connector configuration.

URIEncoding 

This specifies the character encoding used to decode the URI bytes, after %xx 
decoding the URL. If not specified, ISO-8859-1 will be used. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3898182#3898182

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898182


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Encoding problem -- looks like a bug

2005-09-26 Thread sunpy
I created a simple WAR after seeing your reply, and it seems to work without 
having to do the encoding conversion. Now I kind of suspect the problem was 
caused by Struts, as the application in my first question was built with 
Struts. I have sent the application to your email, really appreciate your help. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3897146#3897146

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3897146


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Encoding problem -- looks like a bug

2005-09-25 Thread raja05
Hmm, that doesnt seem to be the case. Jboss by default uses the file.encoding 
value to be UTF-8, so you shoudnt even need to set the request to be UTF-8. 
I created a simple webapp which has a form with a textfield, submit   which 
goes to a servlet, where i print back the value to the screen . Entering some 
japanese text in the form seems to print it back just fine. 
Would it be possible for u to send me a sample of ur application in case its 
complex that my test setup above ? my email is rajasaur at gmail dot com

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3896903#3896903

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3896903


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user