RFR: 7105350: HttpExchange's attributes are the same as HttpContext's attributes [v4]
Daniel Fuchs
dfuchs at openjdk.org
Wed Oct 8 14:54:33 UTC 2025
On Wed, 8 Oct 2025 14:45:59 GMT, Josiah Noel <duke at openjdk.org> wrote:
>> Now ExchangeImpl will default to having a separate attribute map for the request duration.
>
> Josiah Noel has updated the pull request incrementally with one additional commit since the last revision:
>
> Update module-info.java
src/jdk.httpserver/share/classes/module-info.java line 104:
> 102: * </li></ul>
> 103: *
> 104: * Additional system/networking properties may be defined in net.properties
I'd suggest the following to match other places were net.properties is mentioned in the API doc.
Suggestion:
* Additional system/networking properties may be defined in the {@code conf/net.properties} configuration file.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27652#discussion_r2414119090
More information about the net-dev
mailing list