Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
10.0.0-M2
-
None
-
None
Description
Having a webapp that has both:
- JAX-RS endpoints with a bean that extends jakarta.ws.rs.core.Application
- JSF with resources (so really any JSF application)
Results in the JSF resources returning a 404
Request is filtered by CXFJAXRSFilter which tries to find static resources in the webapp (which JSF resources are not, they are served by FacesServlet), maybe we can instead ask CXF if the request actually matches any of the registered endpoints?
Attachments
Attachments
Issue Links
- links to