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

Add DeclaredServletContainerInitializer #4432

Closed
mnriem opened this issue Dec 24, 2024 · 0 comments
Closed

Add DeclaredServletContainerInitializer #4432

mnriem opened this issue Dec 24, 2024 · 0 comments
Assignees
Milestone

Comments

@mnriem
Copy link
Contributor

mnriem commented Dec 24, 2024

As per the Servlet specification one needs to limit access to certain Servlet APIs when the web.xml, the web-fragment.xml files and the Servlet annotations have been processed. Currently this happens as a side effect during the processing of the Servlet annotations done by its extension. To make it clear when this state change happens this issue will pull out the functionality into its own WebApplication extension.

mnriem added a commit to mnriem/piranha that referenced this issue Dec 26, 2024
mnriem added a commit to mnriem/piranha that referenced this issue Dec 26, 2024
mnriem added a commit to mnriem/piranha that referenced this issue Dec 26, 2024
@mnriem mnriem closed this as completed in 96f83d3 Dec 27, 2024
@mnriem mnriem self-assigned this Dec 27, 2024
@mnriem mnriem added this to the 25.1.0 milestone Dec 27, 2024
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

No branches or pull requests

1 participant