Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8161477

URLPermission.getActions() order of methods and headers in methodList and headerList is changing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P2 P2
    • None
    • 9
    • core-libs

       new URLPermission("http://www.oracle.com", "GET,DELETE:X-Foo-Request,X-Bar-Request").getActions()
      returns "DELETE,GET:X-Bar-Request,X-Foo-Request".
      But I was expecting "GET,DELETE:X-Foo-Request,X-Bar-Request".
      I could not find anything in the spec about this change in order

            vtewari Vyom Tewari
            ntv Nadeesh Tv
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: