[ 
https://issues.apache.org/jira/browse/HTTPCORE-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472801
 ] 

Oleg Kalnichevski commented on HTTPCORE-42:
-------------------------------------------

Added HttpExpectationVerifier interface and updated all server side HTTP 
services to make use of this interface during the expect:100-continue handshake 
to verify whether incoming requests satisfy the target server's expectations.

I still have to implement the client side 'expect:100-continue' handshake logic 
in the HttpCore NIO, and also would like to add some 'expect:100-continue' 
related test cases.

Oleg

> Expectation verification interface
> ----------------------------------
>
>                 Key: HTTPCORE-42
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-42
>             Project: HttpComponents Core
>          Issue Type: Improvement
>          Components: HttpCore
>            Reporter: Oleg Kalnichevski
>             Fix For: 4.0-alpha4
>
>
> Presently HttpCore always sends 100 in response to 'expect continue' 
> handshake. We need to provide an interface for the HttpService to verify 
> whether the HTTP request meets expectations and optionally to cause a non-100 
> status code to be sent as a response.

-- 
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