RFR: 8326949: Authorization header is removed when a proxy Authenticator is set on HttpClient

2024-09-29 Thread Michael McMahon
This fix relaxes the constraints on user set authentication headers. Currently, any user set authentication headers are filtered out, if the HttpClient has an Authenticator set. The reason being that the authenticator is expected to manage authentication. With this fix, it will be possible to u

Re: RFR: 8326949: Authorization header is removed when a proxy Authenticator is set on HttpClient

2024-09-29 Thread Alan Bateman
On Sun, 29 Sep 2024 16:46:06 GMT, Michael McMahon wrote: > This fix relaxes the constraints on user set authentication headers. > Currently, any user set authentication headers are filtered out, if the > HttpClient has an Authenticator set. The reason being that the authenticator > is expected