Hi,
On 10 December 2010 14:42, Jim Riggs wrote:
> On Dec 10, 2010, at 7:59 AM, Mark Thomas wrote:
>
>>> Looks like a bug,
>>>
>>> Please add it to bugzilla, as Mark suggested.
>>>
>>> BTW, I think that the following change can fix it:
>>> (for current tc6.0.x, not tested!)
>>
>> I don't think so.
On Dec 10, 2010, at 7:59 AM, Mark Thomas wrote:
>> Looks like a bug,
>>
>> Please add it to bugzilla, as Mark suggested.
>>
>> BTW, I think that the following change can fix it:
>> (for current tc6.0.x, not tested!)
>
> I don't think so. I think the problem is further up on line 558:
> String[]
On 10 December 2010 13:59, Mark Thomas wrote:
> On 10/12/2010 13:54, Konstantin Kolinko wrote:
> > 2010/12/10 Brett Delle Grazie :
> >> (...)
> >>
> >> Everything works fine except if the client has an X-Forwarded-For header
> >> _already_ in the request (perhaps due to Squid in forward proxy on
On 10/12/2010 13:54, Konstantin Kolinko wrote:
> 2010/12/10 Brett Delle Grazie :
>> (...)
>>
>> Everything works fine except if the client has an X-Forwarded-For header
>> _already_ in the request (perhaps due to Squid in forward proxy on client
>> side).
>>
>> Thus offending request looks like:
>>
2010/12/10 Brett Delle Grazie :
>(...)
>
> Everything works fine except if the client has an X-Forwarded-For header
> _already_ in the request (perhaps due to Squid in forward proxy on client
> side).
>
> Thus offending request looks like:
>
> Headers (fake IP addresses used):
> X-Forwarded-For: 19
On 10/12/2010 13:03, Brett Delle Grazie wrote:
> Hi,
>
> We're using:
> RHEL5 (fully up to date)
> Tomcat 6.0.29 (from apache.org)
> JVM 1.6.0_22
>
> We use HAproxy (1.4.8) as a front end to Tomcat, HAproxy uses the 'option
> forwardfor' which adds an additional X-Forwarded-For header
> to the re
Hi,
We're using:
RHEL5 (fully up to date)
Tomcat 6.0.29 (from apache.org)
JVM 1.6.0_22
We use HAproxy (1.4.8) as a front end to Tomcat, HAproxy uses the 'option
forwardfor' which adds an additional X-Forwarded-For header
to the request.
Everything works fine except if the client has an X-Forward