Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 355478

Summary: Unable to extend the class org.eclipse.jetty.server.session.HashedSession
Product: [RT] Jetty Reporter: Nicolas Trangosi <nicolas>
Component: serverAssignee: Jesse McConnell <jesse.mcconnell>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jesse.mcconnell, jetty-inbox, mgorovoy
Version: unspecified   
Target Milestone: 7.5.x   
Hardware: All   
OS: All   
Whiteboard:

Description Nicolas Trangosi CLA 2011-08-23 05:39:54 EDT
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
Comment 1 Jesse McConnell CLA 2011-08-24 14:59:57 EDT
fixed on master, looks like an honest mistake when that class was likely teased out when greg refactored some session mechanics