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

UNDERTOW-1844: Fix getHttpServletMapping when both prefix and extension match #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

carterkozak
Copy link
Contributor

This change results in adherance to the servlet 4.0 specification
in which any path match is used prior to extension matches.

From undertow-io/undertow#1038
includes both 1f36d68628b0398edc1302f714aa88364acd5e5b
and fc1db053d3e3a8a5948a891f7842be7ce74b2dfb

…on match

This change results in adherance to the servlet 4.0 specification
in which any path match is used prior to extension matches.

From undertow-io/undertow#1038
includes both 1f36d68628b0398edc1302f714aa88364acd5e5b
and fc1db053d3e3a8a5948a891f7842be7ce74b2dfb
@gsmet gsmet force-pushed the ckozak/UNDERTOW-1844 branch from 68831e7 to 9aca8d8 Compare April 18, 2024 06:55
Copy link

quarkus-bot bot commented Apr 18, 2024

Status for workflow Build

This is the status report for running Build on commit 9aca8d8.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 11 Build with Maven Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Failures

⚙️ Build - JDK 11 #

- Failing: servlet 
! Skipped: websocket websocket/core websocket/servlet and 1 more

📦 servlet

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project quarkus-http-servlet: Compilation failure


⚙️ Build - JDK 17 #

- Failing: servlet 
! Skipped: websocket websocket/core websocket/servlet and 1 more

📦 servlet

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project quarkus-http-servlet: Compilation failure

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.

1 participant