On Thu, 22 Oct 2020 14:33:11 GMT, Patrick Concannon
wrote:
> Hi,
>
> Could someone please review my doc-only fix for JDK-8253473: 'Javadoc clean
> up in HttpHandler, HttpPrincipal, HttpContext, and HttpsConfigurator ' ?
>
> This fix is set of formatting changes intended to clean up the javado
Hi,
Could someone please review my fix for JDK-8255584: '`HttpPrincipal::getName`
returns incorrect name' ?
The specification for `HttpPrincipal::getName` reports that it should return
the name of the HttpPrincipal in the format "realm:username". However, it
currently returns the username only.
On Fri, 30 Oct 2020 14:41:18 GMT, Patrick Concannon
wrote:
> Hi,
>
> Could someone please review my fix for JDK-8255584: '`HttpPrincipal::getName`
> returns incorrect name' ?
> The specification for `HttpPrincipal::getName` reports that it should return
> the name of the HttpPrincipal in the
> Hi,
>
> Could someone please review my fix for JDK-8255584: '`HttpPrincipal::getName`
> returns incorrect name' ?
> The specification for `HttpPrincipal::getName` reports that it should return
> the name of the HttpPrincipal in the format "realm:username". However, it
> currently returns the
On Fri, 30 Oct 2020 15:28:16 GMT, Daniel Fuchs wrote:
>> Patrick Concannon has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8255584: fixed ordering of realm and username in name
>
> test/jdk/com/sun/net/httpserver/HttpPrincipalTest.java l
On Fri, 30 Oct 2020 15:57:11 GMT, Patrick Concannon
wrote:
>> Hi,
>>
>> Could someone please review my fix for JDK-8255584:
>> '`HttpPrincipal::getName` returns incorrect name' ?
>> The specification for `HttpPrincipal::getName` reports that it should return
>> the name of the HttpPrincipal i