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

Jetty 12.1.x jetty ee web xml #11746

Merged
merged 2 commits into from
May 4, 2024
Merged

Conversation

janbartel
Copy link
Contributor

Check for a WEB-INF/jetty-eeX-web.xml before checking for WEB-INF/jetty-web.xml.

@janbartel janbartel requested a review from gregw May 3, 2024 06:54
@janbartel janbartel self-assigned this May 3, 2024
@janbartel janbartel changed the base branch from jetty-12.0.x to jetty-12.1.x May 3, 2024 06:58
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couple of niggles.

Also, I think we need to ponder what to do with jetty-web.xml files? Warn if we find them? Perhaps warn if there is another jetty-eeX-web.xml that doesn't match?

Or maybe we make a EeContextHandler class that sits between the EEX impls and ContextHandler and warn only if a jetty-web.xml contains anything but the configuration for that common subclass.

Eitherway, this is good enough for us to commit to 12.1.x and get on with updating the demos to use it.

@janbartel janbartel merged commit 4bbffa1 into jetty-12.1.x May 4, 2024
2 of 5 checks passed
@janbartel janbartel deleted the jetty-12.1.x-jetty-ee-web-xml branch May 4, 2024 00:33
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.

None yet

2 participants