DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36155>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36155





------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 15:51 -------
Do you understand, why we need to recycle the localName?
(short reason: two ajp-requests with different localName over same AJP 
connection)


So i have the feeling, that you want this fix to be AJP specific.
I will try to fix it in that way.

I tried to fix AjpProcessor/AjpAprProcessor. But the fix only worked, when i did
it in JkCoyoteHandler. I simply changed the code from
  request.recycle();
to
  request.recycle();
  request.localName().recycle();


I don't feel well leaving the other 3 fields (remoteAddr, remoteHost, localAddr)
unrecycled. Somehow i feel, like this issue also applies to the other fields.
But i don't have enough knowledge to be sure. So i leave this up to you.


Now i will attach a new patch. Maybe you like it :-)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to