RFR: 7105350: HttpExchange's attributes are the same as HttpContext's attributes [v15]

Daniel Fuchs dfuchs at openjdk.org
Wed Oct 22 14:48:39 UTC 2025


On Tue, 21 Oct 2025 18:42:11 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 two additional commits since the last revision:
> 
>  - Update ExchangeAttributeTest.java
>  - pr comments

The new test is failing. It would be good to run tests locally before pushing commits to the PR.
> test/jdk/com/sun/net/httpserver/ExchangeAttributeTest.java:117: error: ';' expected
>                    assertEquals("val", exchange.getAttribute("attr"))
>                                                                      ^
> 1 error
> result: Failed. Compilation failed: Compilation failed

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27652#issuecomment-3432748969


More information about the net-dev mailing list