https://bz.apache.org/bugzilla/show_bug.cgi?id=63835
--- Comment #4 from Michael Osipov <micha...@apache.org> --- (In reply to Remy Maucherat from comment #3) > This feature idea doesn't look good to me: > - What if there's a proxy ? [usually, there is a proxy] > - This feature looks very late 90s ish and it wasn't added then This header is a hop-by-hop. If there is a proxy the proxy will read it and adjust. The clieant won't see, but atmost the real values. I will test this with HTTPd too and see how it behaves. HTTPd does strip that: https://github.com/apache/httpd/blob/2.4.x/modules/proxy/proxy_util.c#L3780-L3796 Please also consider that this gets activated if and only if "Connection: keep-alive" is sent by the client. -- 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