Default and EffectiveSessionTrackingModes should throw UnsupportedOperationException #4697
Labels
Specification
For all industry Specifications (IETF / Servlet / etc)
TCK
For various Specification Test Compatibility Kits (eg: Servlet, WebSocket, HTTP/2, etc)
jetty 10.0
According to the Servlet Spec, ServletContext.getDefaultSessionTrackingModes and ServletContext.getEffectiveSessionTrackingModes should throw an UnsupportedOperationException if they are called from ServletContextListener.contextInitialized() for a ServletContextListener that was programmatically added.
The text was updated successfully, but these errors were encountered: