1. How do I get the org.apache.catalina.connector.Request object in Tomcat? stackoverflow.comI 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, ... |