Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOMEE-4406 - Improved request matching in CXFJAXRSFilter #1524

Merged
merged 6 commits into from
Sep 30, 2024
Merged

Conversation

jungm
Copy link
Member

@jungm jungm commented Sep 27, 2024

See https://issues.apache.org/jira/browse/TOMEE-4406

Full build: https://ci-builds.apache.org/job/Tomee/view/tomee-10.x/job/pull-request-manual/139/

With this change registered servlets (e.g. via web.xml, @WebServlet or a ServletContextListener) take precedence over possible JAX-RS endpoints

@jungm jungm requested a review from rzo1 September 27, 2024 13:30
@rzo1 rzo1 merged commit c8aab3b into main Sep 30, 2024
1 check passed
@rzo1 rzo1 deleted the TOMEE-4406 branch September 30, 2024 07:15
jungm added a commit that referenced this pull request Sep 30, 2024
* close InputStream

* improved request request matching in CXFJAXRSFilter

* clean up

* add test

* add missing license headers

* remove unnecessary verbose logs from test

(cherry picked from commit c8aab3b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants