What you need for the wsproxy is simply a re-encoding of the decoded parameters.
What he needs for the JSPGenerator/Reader is simply an encoding configuration issue. In what encoding are the pages? In what encoding do you read the requests? Have a look at Cocoon's SetCharacterEncodingAction or the SetCharacterEncodingFilter delivered with Tomcat.
Joerg
Jeff Ramsdale wrote:
Tony (& others),
Is this the same problem we talked about last week on wsproxy parameter encoding? http://archives.real-time.com/pipermail/cocoon-users/2003-September/038837.h tml That thread was left hanging.
Jeff
-----Original Message----- From: Christoph Strehl [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:01 AM To: [EMAIL PROTECTED] Subject: JSPGen. RequestParameter Encoding
Hello again,
special characters in the request parameter in my JSP are somehow encrypted and even using java.net.URLDecoder.decode() doesn't change that. I tried to set the encoding to "ISO-8859-1" but it didn't work at all. Has anyone had a similar problem yet?
I am grateful for any hint.
Christoph
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
