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
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
- relates to
-
JDK-8114860 Behavior of java.net.URLPermission.getActions() contradicts spec
-
- Closed
-