wicket - Tomcat not decoding post data -
platform : tomcat 7.0.21 on ubutnu 11.10
we use apache wicket on tomcat fronted apache2 using proxypass.
facing interesting problem post data not being decoded correctly. example
- post "hello world" (without quotes) server
- observe in firebug/similar tools, got sent expected ("hello+world")
- tomcat returns value "hello+world" when try url parameters
this happens on 1 server, it's obvious missing in configuration, not figure out what. uriencoding connector set "utf-8". code basing running @ location same - coming same war file.
addtional observations:
- problem occurs 1 server
- problem occurs whether use apache2 front or not if posting data
- problem does not happen when use "get" same parameters. tried firebugs copy url parameters , works whether have apache2 in front or not.
- using debugger, verified wicket returns encoded data. @ lower level tomcat servlet request parameters show encoded values.
i still don't know problem is. desperate major decided upgrade tomcat. latest version available of writing - 7.0.39, not facing problem more.
Comments
Post a Comment