Re: RFR: 8229773: Resolve permissions for code source URLs lazily

2019-09-14 Thread Peter Firmstone
Hi Alan, We've got a bunch of very old policy files in our test suite, so they still had policy grants using the extension directory property. The grant for the extension directory property was followed by a forward slash and asterix. Oddly when the property was missing the grant became a w

Re: RFR: JDK-8230521: rename --output/-o option and add default value (".")

2019-09-14 Thread Andy Herrick
This looks good. /Andy On 9/13/2019 8:20 PM, Alexander Matveev wrote: http://cr.openjdk.java.net/~almatvee/8230521/webrev.01/ - Simplified setting default value for destination folder. - Undo renaming of output variables to dest. - Modified help messages as per Andy suggestion. - Removed obsol

Re: RFR [14/java.xml] 8230814: Enable SAX ContentHandler to handle XML Declaration

2019-09-14 Thread Alan Bateman
On 13/09/2019 21:50, Joe Wang wrote: : It can be said that the SAX project, in terms of the API work, was dead a long time ago. There hasn't been any updates/changes since SAX 2.0.2 released in 2004[1]. SAX is in public domain [2]. Sun/Oracle incorporated SAX2 in Java SE with a GPL license. I

Re: RFR: 8229773: Resolve permissions for code source URLs lazily

2019-09-14 Thread Alan Bateman
On 13/09/2019 23:07, Peter Firmstone wrote: : One change I noticed is permissions granted to the java extension directory are now granted to every domain in our policy provider as the java.ext.dirs property is now blank, I also had to grant permissions to a number of jdk modules, after fixing