https://issues.apache.org/bugzilla/show_bug.cgi?id=50453

--- Comment #3 from Mark Thomas <ma...@apache.org> 2010-12-10 10:46:07 EST ---
RFC2616 is clear on how headers should be combined so order is retained. In
short
...
X-Forwarded-For : A, B
...
X-Forwarded-For : C
...
X-Forwarded-For : D, E

must be treated exactly the same way as:
X-Forwarded-For: A, B, C, D, E

Tomcat will return values for a header in the correct order although it may
return the above as "A, B", "C", "D, E" - I haven't checked.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to