I ask for
HEAD / HTTP/1.0

and this is returned
HTTP/1.0 500 Internal Server Error
Date: Wed, 25 Oct 2000 15:17:26 GMT
Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.2.2;
Linux 2.2.14-5.0 i386; java.vendor=Sun Microsystems Inc.)
Content-Language: en
Content-Type: text/html
Status: 500

<h1>Error: 500</h1>
<h2>Location: /</h2><b>Internal Servlet Error:</b><br>
<pre>
java.lang.ClassCastException: javax.servlet.http.NoBodyResponse
        at
org.apache.tomcat.core.RequestDispatcherImpl.forward(RequestDispatcherImpl.j
ava:126)
        at
org.apache.tomcat.servlets.DefaultServlet.doGet(DefaultServlet.java:187)
        at javax.servlet.http.HttpServlet.doHead(HttpServlet.java:313)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:160)
        at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
        at java.lang.Thread.run(Thread.java:475)
</pre>

So, I beleive I am halfway there?!?


Reply via email to