AJP13 + Content encoding

View: New views
1 Messages — Rating Filter:   Alert me  

AJP13 + Content encoding

by Jaco Greeff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

We are deploying a GWT application in Jetty, behind an IIS server with ISAPI-Redirect. This setup has been tested under Tomcat and works quite well, however there seems to be a small issue with the Jetty setup.

All requests received via the AJP13 port works well, except for RPC requests where the content-encoding is lost. All requests come in via utf-8 when they reach the actual servlet, they have an encoding of '(null)', i.e. the encoding passed from the AJP13 connector to the servlet is lost. We know this is not an issue with the redirect DLL (since this works under tomcat), so the suspicion points to the AJP13 connector.

Any ideas on how to work around this to ensure that the encoding passed in is the same as the encoding passed to the servlet?

Thanks in advance,
Jaco