[Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2015-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #17 from Tim Hunt --- I just want to note that, like others, we are still seeing these symptoms, and I created bug 58289. I have not yet had time to create a minimal test-case, but I want to if I can. -- You

[Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2014-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #17 from Jackie Rosen jackie.ro...@hushmail.com --- *** Bug 260998 has been marked as a duplicate of this bug. *** Seen from the domain http://volichat.com Page where seen: http://volichat.com/adult-chat-rooms Marked for

[Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 zhaoti 396081...@qq.com changed: What|Removed |Added Component|Connectors |Connectors

[Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2013-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|Connectors |Connectors

Re: [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2013-08-27 Thread Mark Thomas
On 27/08/2013 09:26, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 zhaoti 396081...@qq.com changed: What|Removed |Added

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Michael Hauck michael.ha...@maxviva.com changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Bart Hanlon bhan...@vilabs.com changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #12 from Konstantin Kolinko knst.koli...@gmail.com 2011-10-19 07:18:24 UTC --- Fixed in 6.0 with r1185998 and will be in 6.0.34 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #8 from Mark Thomas ma...@apache.org 2011-09-23 08:09:32 UTC --- Looking at this again this morning, if the problem is in a Valve RECYCLE_FACADES won't help since Valves have direct access to the Request object rather than using

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #9 from charlie charles...@yahoo.com 2011-09-23 15:14:21 UTC --- Yes, RECYCLE_FACADES=true didn't work for us. We will try the patch from the comment 8 and let you know. Thanks. -- Configure bugmail:

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #10 from charlie charles...@yahoo.com 2011-09-24 03:44:49 UTC --- Mark, After applying the patch from comment 8, we get these in our logs (quite a alot). But we no longer have our problem of getting the previous IP address.

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2011-09-22 18:17:11 UTC --- Is it with HTTP connector or AJP connector? Is it standalone Tomcat, or fronted by some other HTTP server? What connector implementations are you

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #2 from Mark Thomas ma...@apache.org 2011-09-22 18:22:18 UTC --- I've double checked the Tomcat 7 code and remote host and remote address are recycled at exactly the same point. If one failed to recycle, so would the other and

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #3 from charlie charles...@yahoo.com 2011-09-22 18:36:22 UTC --- It's standalone. No mod_jk. We have ran various packet captures to verify that the IP address in the auth header is correct. Since the IP address in the header

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #4 from charlie charles...@yahoo.com 2011-09-22 19:35:41 UTC --- I don't see remoteAddrMB being recycled. private MessageBytes remoteAddrMB = MessageBytes.newInstance(); // Recycling

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #5 from charlie charles...@yahoo.com 2011-09-22 19:53:10 UTC --- Where in Tomcat 6, its being recycled. http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/BaseRequest.java MessageBytes

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #6 from Mark Thomas ma...@apache.org 2011-09-22 20:28:06 UTC --- I don't think that is it. The remoteHost MessageBytes aren't recycled either in Tomcat 7 and that doesn't have the same issue. Also, I don't see how the

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #7 from Mark Thomas ma...@apache.org 2011-09-22 21:55:46 UTC --- If the application is retaining a reference to the request object there is a possible race condition that could lead to the behaviour you see here. If during the