Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355478 - Unable to extend the class org.eclipse.jetty.server.session.HashedSession
Summary: Unable to extend the class org.eclipse.jetty.server.session.HashedSession
Status: CLOSED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: server (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 7.5.x   Edit
Assignee: Jesse McConnell CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-23 05:39 EDT by Nicolas Trangosi CLA
Modified: 2011-08-24 14:59 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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