Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341255 - org.eclipse.http usage in AJPParser and HashSessionIdManager
Summary: org.eclipse.http usage in AJPParser and HashSessionIdManager
Status: CLOSED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: server (show other bugs)
Version: 7.2.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.2.x   Edit
Assignee: Jesse McConnell CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 12:20 EDT by Jesse McConnell CLA
Modified: 2011-03-29 12:23 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse McConnell CLA 2011-03-29 12:20:45 EDT
I ran across this naming irregularity when sorting through policy files and decided to log and fix it.

                        _handler.parsedRequestAttribute("org.eclipse.jetty.ajp.JVMRoute", Ajp13RequestPacket.getString(_buffer, _tok1));


and 

        String worker=request==null?null:(String)request.getAttribute("org.eclipse.jetty.ajp.JVMRoute");
Comment 1 Jesse McConnell CLA 2011-03-29 12:23:01 EDT
[rune]trunks/jetty> svn commit -m "Bug 341255 resolve naming issue between AJParser and HashSessionIdManager org.eclipse.http -> org.eclipse.ajp" jetty-server/src/main/java/org/eclipse/jetty/server/session/HashSessionIdManager.java VERSION.txt jetty-ajp/src/main/java/org/eclipse/jetty/ajp/Ajp13Parser.java
Sending        VERSION.txt
Sending        jetty-ajp/src/main/java/org/eclipse/jetty/ajp/Ajp13Parser.java
Sending        jetty-server/src/main/java/org/eclipse/jetty/server/session/HashSessionIdManager.java
Transmitting file data ...
Committed revision 2923.