[
https://issues.apache.org/jira/browse/TOMEE-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Zowalla closed TOMEE-4406.
----------------------------------
Fix Version/s: 10.0.0
Resolution: Fixed
> Faces Resources return 404 if subclass of JAX-RS Application is present
> -----------------------------------------------------------------------
>
> Key: TOMEE-4406
> URL: https://issues.apache.org/jira/browse/TOMEE-4406
> Project: TomEE
> Issue Type: Bug
> Affects Versions: 10.0.0-M2
> Reporter: Markus Jung
> Assignee: Markus Jung
> Priority: Major
> Fix For: 10.0.0, 10.0.0-M3
>
> Attachments: jaxrs-jsf.zip
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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?
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)