loader.html
Is this file available? It isn't in the 4.0b3 build nor on CVS! Kevin Jones DevelopMentor www.develop.com
HTTP/1.1 Request lacking Host Header
According to the HTTP/1.1 RFC (section 14.23) all HTTP/1.1 requests MUST contain a Host header, and all HTTP/1.1 severs MUST respond with a 400 if the Host header is missing from an HTTP/1.1 request. Tomcat 4.0b3 responds with a '200 OK HTTP/1.1' response if I send a the following GET /index.htm