As a Marketplace Developer, I would like to specify PACL policies for allowed socket connections using wildcards, so that my app can deploy to unknown environments successfully

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

relates

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Assignee

Kevin Cho(Deactivated)

Reporter

Branch Version/s

6.1.x

Backported to Branch

Committed

Priority

Created January 10, 2013 at 10:42 AM
Updated June 25, 2023 at 10:17 PM
Resolved January 22, 2013 at 5:43 PM