Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M4
-
Component/s: Security, Security > PACL
-
Labels:
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
My app requires the ability to contact other servers, so with PACL I can declare:
security-manager-sockets-connect=somehost.com:8080
But users of my app will have their own hostnames, so I need to be able to declare the hostname/IP using wildcards as described in the Java 6 Documentation: http://docs.oracle.com/javase/6/docs/api/java/net/SocketPermission.html
