https://issues.apache.org/bugzilla/show_bug.cgi?id=50453
--- Comment #9 from Jim Riggs <[email protected]> 2010-12-20 14:50:27 EST --- Created an attachment (id=26428) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26428) v1 Here is a first pass at this. I have done rudimentary testing of both the valve and filter. Both appear to be working correctly, but it would be good if someone with a real-life test/dev setup could run it through the gauntlet. I tried to make as few changes as possible. Effectively, all this patch does is concatenate multiple headers into a single comma-delimited string before passing it off to commaDelimitedListToStringArray(). Then processing continues as it did before. Note that this only addresses the remoteIpHeader (e.g. X-Forwarded-For). It does not do anything with proxiesHeader or protocolHeader. -- 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: [email protected] For additional commands, e-mail: [email protected]
