You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2021/11/30 21:26:40 UTC

[GitHub] [cxf] reta opened a new pull request #879: CXF-8620: AbstractHTTPServlet should support HTTP TRACE method dispatching if it is allowed by underlying container

reta opened a new pull request #879:
URL: https://github.com/apache/cxf/pull/879


   A number of JAX-RS TCK of tests use HTTP TRACE to verify the client / server behavior, but TRACE HTTP method dispatching is not supported by AbstractHTTPServlet, causing tests do not fail.
   


-- 
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: dev-unsubscribe@cxf.apache.org

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



[GitHub] [cxf] reta merged pull request #879: CXF-8620: AbstractHTTPServlet should support HTTP TRACE method dispatching if it is allowed by underlying container

Posted by GitBox <gi...@apache.org>.
reta merged pull request #879:
URL: https://github.com/apache/cxf/pull/879


   


-- 
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: dev-unsubscribe@cxf.apache.org

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



[GitHub] [cxf] reta commented on pull request #879: CXF-8620: AbstractHTTPServlet should support HTTP TRACE method dispatching if it is allowed by underlying container

Posted by GitBox <gi...@apache.org>.
reta commented on pull request #879:
URL: https://github.com/apache/cxf/pull/879#issuecomment-983822431


   @ffang mind please taking a look? Just run the JAX-RS TCKs, with this change we shaved off 20 test failures:
   
   ```
   [javatest.batch] Test results: passed: 2,630; failed: 33 (-> 53 right now)
   ```
   
   thank you!


-- 
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: dev-unsubscribe@cxf.apache.org

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