On Fri, 30 Oct 2020 15:57:11 GMT, Patrick Concannon <pconcan...@openjdk.org> 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 format "realm:username". However, it >> currently returns the username only. >> >> This fix updates the method to return the name in the correct format as >> specified by the javadoc. >> >> Kind regards, >> Patrick > > 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 Marked as reviewed by dfuchs (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/958