Community
Participate
Working Groups
Build Identifier: 7.5.0.RC0 In the Cipango project,we need to extends the class org.eclipse.jetty.server.session.HashedSession to create convergence between HTTP and SIP sessions. In Jetty 7.5.0.RC0, we cannot do it as this class is not declared as public. To fix it the class should be declared like public class HashedSession extends AbstractSession instead of class HashedSession extends AbstractSession Reproducible: Always
fixed on master, looks like an honest mistake when that class was likely teased out when greg refactored some session mechanics