j4fm opened a new pull request #390: TOMEE-2467 - Improved CXFJAXRSFilter logic to fix non-CXF resource 404 responses URL: https://github.com/apache/tomee/pull/390 When MP is enabled CXF JAX-RS filter is also enabled. This fixes the filter which was treating all endpoint resources as CXF resources and trying to serve various non-CXF scenarios itself producing 404 responses. This commit makes the filter only process it's own CXF resources and pass everything else down the chain. Existing behaviour for a CXF resource which may have static content or non-default servlet class is left untouched. (Previous PR was to TOMEE-2408 (MP in Plus topic) but instead created a separate JIRA to bring to master as this fixes much more than just MP in TomEE with CXF)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
