davidkarlsen commented on issue #540: handle signing and digest together
URL: https://github.com/apache/cxf/pull/540#issuecomment-481835331
 
 
   I think it needs to be solved like this, due to:
   * writerinterceptors are only called for requests with body
   * signing needs to happen after any digest
   * hence have a filter which does signing if no body, else let the 
interceptor handle both digest+signing
   
   Also note that digest is not strictly required by the spec - so it it's 
debatable if it should be optional - and in this case the signing filter should 
always be active - but I think the current solution is a sane start.
   
   @coheigea feel free to reach out on chat if you want to discuss this more.
   
   a lot of the integration-tests are failing on missing signing configuration.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to