[ 
https://issues.apache.org/jira/browse/SYNAPSE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737846#action_12737846
 ] 

Ruwan Linton commented on SYNAPSE-397:
--------------------------------------

Seems like the default behaviour has to be post to PATH as per the section 
5.1.2 of the RFC2616 (HTTP/1.1 spec)

http://tools.ietf.org/html/rfc2616#section-5.1.2

Will do this change, and we can do some inter-op tests with .NET and HTTPD set 
up as the proxy for the outbound requests.

> Make it possible for a user to specify that a http/s POST should use only the 
> PATH segment instead of the default full URL
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-397
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-397
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Transports
>    Affects Versions: 1.2
>            Reporter: Asankha C. Perera
>            Assignee: Ruwan Linton
>            Priority: Minor
>             Fix For: 1.3
>
>
> Support a new Axis2 message context property POST_TO_PATH (similar to the 
> 'FORCE_HTTP_1.0' property) so that a http/s POST would be of the form
> POST /somepath HTTP/1.x 
> instead of
> POST http://host:port/somepath HTTP/1.x

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