Jetty

Please provide a public method to access sessions in HashSessionIdManager

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 6.1.21
  • Fix Version/s: 6.1.21, 7.5.2
  • Component/s: Servlet
  • Labels:
    None
  • Environment:
    windows 2003 and jetty6.1.21
  • Number of attachments :
    0

Description

provide a public mothed to access an entry of _sessions of HashSessionIdManager.
for example:
...
public class HashSessionIdManager extends AbstractLifeCycle implements SessionIdManager
{
...
public List getSession(String id)
{
if (_sessions == null)

{ return null; }

return _sessions.getValues(getClusterId(name));
}
}

Activity

Hide
Michael Gorovoy added a comment -

Greetings,

In order for us to better understand your request, please provide a valid use case that requires this functionality.

Thanks,
Michael

Show
Michael Gorovoy added a comment - Greetings, In order for us to better understand your request, please provide a valid use case that requires this functionality. Thanks, Michael
Hide
Michael Gorovoy added a comment -

Greg, could you please review this ticket? I have a feeling that this type of change could potentially have major security ramifications.

Show
Michael Gorovoy added a comment - Greg, could you please review this ticket? I have a feeling that this type of change could potentially have major security ramifications.
Hide
Michael Gorovoy added a comment -

Assigning to Greg for review.

Show
Michael Gorovoy added a comment - Assigning to Greg for review.
Hide
Greg Wilkins added a comment -

Better (VERY) late than never

Show
Greg Wilkins added a comment - Better (VERY) late than never

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: