JDK-8012261 : update policytool to support java.net.HttpURLPermission
  • Type: Sub-task
  • Component: security-libs
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-04-15
  • Updated: 2014-10-09
  • Resolved: 2013-05-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b93Fixed
Description
update policytool to support java.net.HttpURLPermission. Note, however the API is not fixed yet. So, don;t do anything until the CCC request is approved
Comments
Steps to verify the fix: 1. Start policytool 2. Click "Add Policy Entry" 3. In the new "Policy Entry" dialog, click "Add Permission" 4. In the new "Permissions" dialog, click the drop list "Permissions", choose "URLPermission" (Yes, the permission was renamed since this bug was filed). 5. Click the "Target Name" drop list, confirms there is a "<url>" inside. Choose it, manually edit the "<url>" text into "http://localhost". 6. Click the "Actions" drop list, confirms there is a "<method list>:<request headers list>" inside. Choose it, manually edit the "<method list>:<request headers list>" text into "GET:MyHeader". 7. Press OK. Press Done 8. Save to a file. Confirms the permission line in the saved file looks like permission java.net.URLPermission "http://localhost", "GET:MyHeader";
29-10-2013

Max, Based on your description, When can this bug be taken up for verification. Thx
28-06-2013