catalina « Request « JSP-Servlet Q&A





1. How do I get the org.apache.catalina.connector.Request object in Tomcat?    stackoverflow.com

I need to write a Servlet or Filter class that can get access to the org.apache.catalina.connector.Request object, which is wrapped in the RequestFacade object given to my servlet. Casting doesn't work, ...