Problems with unhandled POST/PUT in ThrottlingHttpServiceHandler
----------------------------------------------------------------

                 Key: HTTPCORE-147
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-147
             Project: HttpComponents Core
          Issue Type: Bug
          Components: HttpCore NIO
            Reporter: Sam Berlin


I haven't produced any bugs, but following the code it seems like it's a bug..  

If a POST/PUT (other other entity-enclosing request) comes in that doesn't have 
an HttpRequestHandler, it looks like a response SC_NOT_IMPLEMENTED will be 
sent.  Then it flows through and the connState is reset, but not all the data 
could have been read out of the inbuffer.  This might cause further requests to 
read the wrong stuff (ie, read the rest of the entity nstead of the next GET).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to