We are using the restlet servlet adapter to integrate Restlet with Tomcat.

We have a top level servlet filter which checks each request to see if:

(1) it is a POST
(2) it contains a certain form parameter

If either of these is not true, we simply forward the request-response pair 
down the chain.

The problem is that when we user HttpServletRequest.getParameter in the servlet 
filter, it seems to modify the request somehow so that when we do a 
Request.getEntityAsForm (down in the Restlet layer), we get a blank form.

Does anyone know why this might be occurring?

Thanks a lot.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1136361

Reply via email to