RFR: 8274779: HttpURLConnection: HttpClient and HttpsClient incorrectly check request method when set to POST [v4]
Evan Whelan
ewhelan at openjdk.java.net
Wed Oct 20 14:52:53 UTC 2021
On Tue, 19 Oct 2021 17:19:08 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Evan Whelan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Added setInCache to HttpClientAccess to replace reflection
>
> test/jdk/sun/net/www/http/RequestMethodCheck/RequestMethodEquality.java line 30:
>
>> 28: * @bug 8274779
>> 29: * @library /test/lib
>> 30: * @modules java.base/sun.net.www.http:+open
>
> I think that now you can probably remove `:+open` - since you're no longer using reflection.
Done, thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/5964
More information about the net-dev
mailing list