rnetuka opened a new pull request, #8494:
URL: https://github.com/apache/camel/pull/8494

   Issue: https://issues.apache.org/jira/browse/CXF-8762
   
   Actually, there are the SOAPAction headers.
   1. SOAPAction Camel header (stored top-level in the context)
   2. SOAPAction Protocol header (stored in the context inside PROTOCOL_HEADERS)
   
   The value inside PROTOCOL_HEADERS is used in CXF when creating a HTTP 
request. It should be quoted as stated in this specification. 
http://www.ws-i.org/Profiles/BasicProfile-1.1.html#SOAPAction_HTTP_Header
   
   I believe we should leave the value stored top-level in the context 
unquoted, since it has nothing to do with the HTTP protocol. Because of that, 
I'm removing the quotes inside _propagateHeadersFromCxfToCamel_.
   
   Any comment are welcome.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to