On Wed, 4 Mar 2026 10:03:38 GMT, Volkan Yazici <[email protected]> wrote:
> [JDK-8272758] (#29264) incorrectly added the `if (contextPath == '/') {
> return true; }` fast path to the `HttpServer` context matcher. As a result,
> `GET foo` started matching context `/`, where it should not. Fix this.
>
> [JDK-8272758]: https://bugs.openjdk.org/browse/JDK-8272758
Tier 1-2 is clear on 5a31abaf370.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/30044#issuecomment-4004699285
