RFR: 8262883: doccheck: Broken links in java.base

2021-04-14 Thread Michael McMahon
Hi, Could I get the following trivial doc changes reviewed please, caused by: - broken tags in MethodHandles referring to package.html instead of package-summary.html - references to a package level #unixdomain anchor that no longer exists. - a tag missing a "../" in SocketChannel Thanks,

Re: RFR: 8262883: doccheck: Broken links in java.base

2021-04-14 Thread Lance Andersen
On Wed, 14 Apr 2021 14:03:01 GMT, Michael McMahon wrote: > Hi, > > Could I get the following trivial doc changes reviewed please, caused by: > > - broken tags in MethodHandles referring to package.html instead of > package-summary.html > > - references to a package level #unixdomain anchor t

Integrated: 8262883: doccheck: Broken links in java.base

2021-04-14 Thread Michael McMahon
On Wed, 14 Apr 2021 14:03:01 GMT, Michael McMahon wrote: > Hi, > > Could I get the following trivial doc changes reviewed please, caused by: > > - broken tags in MethodHandles referring to package.html instead of > package-summary.html > > - references to a package level #unixdomain anchor t

Re: RFR: 8262883: doccheck: Broken links in java.base

2021-04-14 Thread Alan Bateman
On Wed, 14 Apr 2021 14:03:01 GMT, Michael McMahon wrote: > Hi, > > Could I get the following trivial doc changes reviewed please, caused by: > > - broken tags in MethodHandles referring to package.html instead of > package-summary.html > > - references to a package level #unixdomain anchor t

Re: RFR: 8262883: doccheck: Broken links in java.base

2021-04-14 Thread Roger Riggs
On Wed, 14 Apr 2021 14:03:01 GMT, Michael McMahon wrote: > Hi, > > Could I get the following trivial doc changes reviewed please, caused by: > > - broken tags in MethodHandles referring to package.html instead of > package-summary.html > > - references to a package level #unixdomain anchor t

RFR: 8265123: Add static factory methods to com.sun.net.httpserver.Filter

2021-04-14 Thread Julia Boes
Add two static factory methods to com.sun.net.httpserver that facilitate the creation of pre- and post-processing Filters: `public static Filter beforeResponse(String description, Consumer filterImpl) {}` `public static Filter afterResponse(String description, Consumer filterImpl) {}` ---

Re: RFR: 8265123: Add static factory methods to com.sun.net.httpserver.Filter

2021-04-14 Thread Chris Hegarty
On Tue, 13 Apr 2021 15:39:17 GMT, Julia Boes wrote: > Add two static factory methods to com.sun.net.httpserver that facilitate the > creation of pre- and post-processing Filters: > > `public static Filter beforeResponse(String description, > Consumer filterImpl) {}` > `public static Filter af

Re: RFR: 8262883: doccheck: Broken links in java.base

2021-04-14 Thread Michael McMahon
On Wed, 14 Apr 2021 15:27:36 GMT, Alan Bateman wrote: >> Hi, >> >> Could I get the following trivial doc changes reviewed please, caused by: >> >> - broken tags in MethodHandles referring to package.html instead of >> package-summary.html >> >> - references to a package level #unixdomain anc

Re: RFR: 8265123: Add static factory methods to com.sun.net.httpserver.Filter

2021-04-14 Thread Roger Riggs
On Tue, 13 Apr 2021 15:39:17 GMT, Julia Boes wrote: > Add two static factory methods to com.sun.net.httpserver that facilitate the > creation of pre- and post-processing Filters: > > `public static Filter beforeResponse(String description, > Consumer filterImpl) {}` > `public static Filter af