RFR: 8292876: Do not include the deprecated userinfo component of the URI in HTTP/2 headers [v5]
Aleksei Efimov
aefimov at openjdk.org
Tue Oct 11 11:46:54 UTC 2022
On Tue, 11 Oct 2022 11:31:37 GMT, Darragh Clarke <duke at openjdk.org> wrote:
>> Changed the way the `:authority` pseudo header is set to only include host and, if available, port.
>> I added a test to cover this change that consists of a HttpClient that makes a request which contains userInfo, the test passes if the request is carried out with the userInfo not being added to the `:authority` header.
>>
>>
>> ### Tests
>> I ran Tier 1 - Tier 3 tests, as well as paying special attention to the http client tests to make sure they consistently passed
>
> Darragh Clarke has updated the pull request incrementally with one additional commit since the last revision:
>
> fixed test
Thanks for addressing comments. The latest changes look good to me.
Thanks for addressing comments. The latest changes look good to me.
-------------
Marked as reviewed by aefimov (Committer).
PR: https://git.openjdk.org/jdk/pull/10592
More information about the net-dev
mailing list