Integrated: 8276677: Malformed Javadoc inline tags in JDK source in javax/net/ssl

2021-11-08 Thread Bradford Wetmore
On Mon, 8 Nov 2021 22:59:30 GMT, Bradford Wetmore wrote: > Minor typos. This pull request has now been integrated. Changeset: 38e6d5d6 Author:Bradford Wetmore URL: https://git.openjdk.java.net/jdk/commit/38e6d5d6ed967f68e6ac1bfaa285efa16577c790 Stats: 3 lines in 2 files changed:

Re: RFR: 8276677: Malformed Javadoc inline tags in JDK source in javax/net/ssl

2021-11-08 Thread Jamil Nimeh
On Mon, 8 Nov 2021 22:59:30 GMT, Bradford Wetmore wrote: > Minor typos. Looks good - Marked as reviewed by jnimeh (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/6301

RFR: 8276677: Malformed Javadoc inline tags in JDK source in javax/net/ssl

2021-11-08 Thread Bradford Wetmore
Minor typos. - Commit messages: - Forgot copyright date - 8276677: Malformed Javadoc inline tags in JDK source in javax/net/ssl Changes: https://git.openjdk.java.net/jdk/pull/6301/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6301&range=00 Issue: https://bugs.openj

AW: 8276774 Solution Proposal for Cookie stored in CookieHandler not sent if user headers contain cookie

2021-11-08 Thread pierre.viret
Hi Daniel Thank you very much for your feedback. To allow user cookies to override system cookies would be a new feature, this was not performed in the java11 version neither if I get it right. I think that to implement this in the collectCookies method would imply quite a bit of parsing as th

Re: 8276774 Solution Proposal for Cookie stored in CookieHandler not sent if user headers contain cookie

2021-11-08 Thread Daniel Fuchs
Hi Pierre, Thanks for reporting this issue, and thanks for the detailed explanations. We will have a look at this. My first thought is that the fix might be a bit more complex than what you are suggesting here - since we might want to let a user cookie override the value of a system cookie. So w