https://bz.apache.org/bugzilla/show_bug.cgi?id=57530

--- Comment #5 from Christopher Schultz <ch...@christopherschultz.net> ---
Having played-around with sun.net.http.allowRestrictedHeaders, I believe it's
one of those things that gets consulted one time and then never looked-at
again. That means that, if the tests are run in an unpredictable order, you'll
never know which tests are using that value and which aren't. And you can't
turn it off.

For predictability's sake, maybe we should set that system property for the
whole set of unit tests to be run?

I think in the long run, use of SimpleHttpClient is probably better, since it
will handle "Expect" the way we ... expect.

-- 
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