On Sat, 29 Oct 2022 11:22:28 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> Ryan Wallace has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains 21 additional >> commits since the last revision: >> >> - 8294378: Remove toLowerCase for auth url string to mitigate non ascii >> characters generated in URLPermission and change url to lowercase in >> HostPortrange >> - Merge branch 'master' into 8294378 >> - Merge branch 'master' into 8294378 >> - Merge branch 'master' into 8294378 >> - 8294378: Remove toLowerCase for auth url string to mitigate non ascii >> characters generated in URLPermission and change url to lowercase in >> HostPortrange >> - Merge branch 'master' into 8294378 >> - Merge branch 'master' into 8294378 >> - Merge branch 'master' into 8294378 >> - Merge branch 'master' into 8294378 >> - Merge branch 'master' into 8294378 >> - ... and 11 more: https://git.openjdk.org/jdk/compare/79c90992...e992f1f3 > > test/jdk/java/net/URLPermission/URLPermissionNonASCIITest.java line 2: > >> 1: /* >> 2: * Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved. > > Hello Ryan, there's a comma missing here after `2022`. File has been deleted and test has been added to URLPermissionTest class ------------- PR: https://git.openjdk.org/jdk/pull/10903