Re: HEAD request to a Servlet

2008-08-03 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=46841 Posted on behalf of a User That's exactly it. Thanks for pointing me in the right direction! Now I have to figure out which version of JBoss will be built around that version of Tomcat. In Response To: [EMAIL PROTECTED] wrote: > A

Re: HEAD request to a Servlet

2008-08-03 Thread Mark Thomas
[EMAIL PROTECTED] wrote: A request like: HEAD /SomeServlet?id=10471 HTTP/1.1" 500 returns a 500 error. The log has the following: javax.servlet.ServletException: Original SevletResponse or wrapped original ServletResponse not passed to RequestDispatcher in violation of SRV.8.2 and SRV.14.2.5