[RFR] 8205525 : Improve exception messages during manifest parsing of jar archives

Chris Hegarty chris.hegarty at oracle.com
Thu Jul 19 12:54:28 UTC 2018


> On 19 Jul 2018, at 11:46, Alan Bateman <Alan.Bateman at oracle.com> wrote:
> 
> On 19/07/2018 09:07, Baesken, Matthias wrote:
>> Hello, in the meantime I  prepared a CSR :
>> 
>> https://bugs.openjdk.java.net/browse/JDK-8207768
>> 
>> 
>>> jdk.includeInExceptions expands the scope. That might be okay but we
>>> will need to re-visit jdk.net.includeInExceptions and also move the
>>> support to somewhere in jdk.internal so that it can be used by other
>>> code in java.base.
>> Is there some support code for  " jdk.net.includeInExceptions "    or do you just  mean  the name of the property ?
>> 
> Chris is right that it's a bit premature to submit a CSR while the question on whether to rename the existing security property is on the table. I have no objection to doing that.

I filed the following issue to generalize the `includeInExceptions` security
 property:
  https://bugs.openjdk.java.net/browse/JDK-8207846

I would like to resolve 8207846 first, then 8205525 can propose to add the
new argument value, `jarPath`.

-Chris.


More information about the core-libs-dev mailing list