Integrated: 8264277: java.xml.crypto module should be granted FilePermission and SocketPermission

2021-04-19 Thread Weijun Wang
On Tue, 30 Mar 2021 13:02:33 GMT, Weijun Wang wrote: > 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. This pull request has now been

Re: RFR: 8264277: java.xml.crypto module should be granted FilePermission and SocketPermission [v3]

2021-04-19 Thread Weijun Wang
> 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. Weijun Wang has updated the pull request with a new target base due to a merge or a

Integrated: 8241306: Add SignatureMethodParameterSpec subclass for RSASSA-PSS params

2021-04-19 Thread Weijun Wang
On Wed, 24 Mar 2021 21:36:21 GMT, Weijun Wang wrote: > This enhancement contains the following code changes: > > 1. Create a new public API `javax/xml/crypto/dsig/spec/RSAPSSParameterSpec` > and remove the internal one. > 2. Update marshaling and unmarshaling code inside

Re: RFR: 8264277: java.xml.crypto module should be granted FilePermission and SocketPermission [v2]

2021-04-19 Thread Weijun Wang
> 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. Weijun Wang has updated the pull request with a new target base due to a merge or a

Re: New candidate JEP: 411: Deprecate the Security Manager for Removal

2021-04-19 Thread Sean Mullan
-bcc jdk-...@openjdk.java.net On 4/18/21 7:50 PM, David Black wrote: On Fri, 16 Apr 2021 at 04:05, > wrote: https://openjdk.java.net/jeps/411   Summary: Deprecate the Security Manager for removal in a future