Details
Description
the full stack is:
2007-10-23 06:35:17.609::WARN: handle failed
java.lang.IllegalStateException: response
at org.mortbay.jetty.HttpConnection$RequestHandler.startResponse(HttpConnection.java:864)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:403)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
This appears due to a bad request.
Anything with a request line starting with digits will be considered a response.
I will try to be less verbose about this and just do a bad request response.