https://bz.apache.org/bugzilla/show_bug.cgi?id=63487
Remy Maucherat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Remy Maucherat <[email protected]> --- You have a Servlet API problem. If something is impossible like not failing to compile, then something is up. public interface HttpSessionListener extends EventListener { public default void sessionCreated(HttpSessionEvent se) { } public default void sessionDestroyed(HttpSessionEvent se) { } } This is why it now works without the noop sessionCreated in Tomcat 9.0. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
