RFR: 8235459: HttpRequest.BodyPublishers#ofFile(Path) assumes the default file system

Daniel Fuchs daniel.fuchs at oracle.com
Tue Mar 24 15:49:08 UTC 2020


Hi Julia,

* @run testng/othervm/java.security.policy=FilePublisherPermsTest1.policy

Does this actually work as expected? I thought the syntax was:

@run testng/othervm/policy=<file>

And FWIW there some subtlety with
   othervm/policy=<file>
versus
   othervm/policy==<file>

and I never remember which one should be used.

Here we do want the default.policy files to be extended, and not
replaced. So you may have to go with == (maybe)

cheers,

-- daniel

On 24/03/2020 15:01, Julia Boes wrote:
> Updated webrev: 
> http://cr.openjdk.java.net/~jboes/webrevs/8235459/webrev.03/
> 
> Cheers,
> 
> Julia
> 
> 



More information about the net-dev mailing list