https://bz.apache.org/bugzilla/show_bug.cgi?id=63487

Remy Maucherat <r...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Remy Maucherat <r...@apache.org> ---
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to