On Fri, 11 Nov 2022 03:45:25 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 19 additional >> commits since the last revision: >> >> - 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 >> - 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 >> - ... and 9 more: https://git.openjdk.org/jdk/compare/277a6313...207f3131 > > test/jdk/java/net/URLPermission/URLPermissionTest.java line 2: > >> 1: /* >> 2: * Copyright (c) 2013, 2016, 2022, Oracle and/or its affiliates. All >> rights reserved. > > Hello Ryan, this should be `2013, 2022,` - we only maintain 2 years the year > this file was first introduced and the latest update year. Good catch! ------------- PR: https://git.openjdk.org/jdk/pull/10903