Skip to content

Remove restriction on ServletContext getters #441

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

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

stuartwdouglas
Copy link
Contributor

Remove the restriction on programatically added listeners calling getter
methods on the ServletContext.

Fixes #416

Remove the restriction on programatically added listeners calling getter
methods on the ServletContext.

Fixes jakartaee#416

Signed-off-by: Stuart Douglas <sdouglas@redhat.com>
@arjantijms arjantijms added this to the 6.0 milestone Nov 12, 2021
@arjantijms arjantijms added the 6.0 New for Servlet 6 label Nov 12, 2021
@arjantijms arjantijms merged commit a1299d6 into jakartaee:master Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.0 New for Servlet 6
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removes senseless restrictions in ServletContext
2 participants