You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mnriem
added a commit
to mnriem/piranha
that referenced
this issue
Dec 26, 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.
The text was updated successfully, but these errors were encountered: