On Thu, 29 Jan 2026 14:51:15 GMT, Daniel Fuchs <[email protected]> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Add property to switch between prefix matching schemes
>
> src/jdk.httpserver/share/classes/module-info.java line 110:
>
>> 108: *
>> 109: * The path matching scheme used to route requests to context handlers.
>> 110: * Following list of values are allowed by this property.</p>
>
> Suggestion:
>
> * The property can be configured with one of the following values:</p>
Fixed in e55e6050466.
> src/jdk.httpserver/share/classes/module-info.java line 120:
>
>> 118: * but not {@code /foobar}.</dd>
>> 119: * <dt>{@code stringPrefix}</dt>
>> 120: * <dd>Request path string must begin with the context path string. For
>
> Suggestion:
>
> * <dd>The request path string must begin with the context path string. For
Fixed in e55e6050466.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29264#discussion_r2756003925
PR Review Comment: https://git.openjdk.org/jdk/pull/29264#discussion_r2756004259