RFR: 8264277: java.xml.crypto module should be granted FilePermission and SocketPermission
Weijun Wang
weijun at openjdk.java.net
Tue Mar 30 13:10:26 UTC 2021
These permissions are needed so that the URIDereferencer is able to read data from a file system or a network. As the test shows, you still have to grant the same type of permission to your application.
-------------
Depends on: https://git.openjdk.java.net/jdk/pull/3181
Commit messages:
- 8264277: java.xml.crypto module should be granted FilePermission and SocketPermission
Changes: https://git.openjdk.java.net/jdk/pull/3266/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3266&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8264277
Stats: 139 lines in 2 files changed: 139 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/3266.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3266/head:pull/3266
PR: https://git.openjdk.java.net/jdk/pull/3266
More information about the core-libs-dev
mailing list