tomcat 源代码中,是哪个类把http的请求包装成HttpServletRequest的类呢?
看看是不是org.apache.catalina.connector.Request类,这个类实现了HttpServletRequest接口。