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

Bug 341255

Summary: org.eclipse.http usage in AJPParser and HashSessionIdManager
Product: [RT] Jetty Reporter: Jesse McConnell <jesse.mcconnell>
Component: serverAssignee: Jesse McConnell <jesse.mcconnell>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jetty-inbox
Version: 7.2.2   
Target Milestone: 7.2.x   
Hardware: PC   
OS: Linux   
Whiteboard:

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.