Re: RFR: 8306632: Add a JDK Property for specifying DTD support [v2]

2023-09-08 Thread Joe Wang
On Fri, 8 Sep 2023 16:44:31 GMT, Joe Wang wrote: >> Add a JDK Impl specific property 'jdk.xml.dtd.support' for applications to >> specify how DTDs are handled. This property is uniformly supported across >> the JDK XML libraries. It complements, rather than replaces, the existing >> properties

Re: RFR: 8306632: Add a JDK Property for specifying DTD support

2023-09-08 Thread Joe Wang
On Fri, 28 Jul 2023 18:41:48 GMT, Joe Wang wrote: > Add a JDK Impl specific property 'jdk.xml.dtd.support' for applications to > specify how DTDs are handled. This property is uniformly supported across the > JDK XML libraries. It complements, rather than replaces, the existing > properties th

Re: RFR: 8306632: Add a JDK Property for specifying DTD support [v2]

2023-09-08 Thread Joe Wang
> Add a JDK Impl specific property 'jdk.xml.dtd.support' for applications to > specify how DTDs are handled. This property is uniformly supported across the > JDK XML libraries. It complements, rather than replaces, the existing > properties that are supportDTD for StAX and disallow-doctype-decl

Re: RFR: 8306632: Add a JDK Property for specifying DTD support

2023-09-07 Thread Stuart Marks
On Fri, 28 Jul 2023 18:41:48 GMT, Joe Wang wrote: > Add a JDK Impl specific property 'jdk.xml.dtd.support' for applications to > specify how DTDs are handled. This property is uniformly supported across the > JDK XML libraries. It complements, rather than replaces, the existing > properties th

Re: RFR: 8306632: Add a JDK Property for specifying DTD support

2023-09-05 Thread Lance Andersen
On Fri, 28 Jul 2023 18:41:48 GMT, Joe Wang wrote: > Add a JDK Impl specific property 'jdk.xml.dtd.support' for applications to > specify how DTDs are handled. This property is uniformly supported across the > JDK XML libraries. It complements, rather than replaces, the existing > properties th

Re: RFR: 8306632: Add a JDK Property for specifying DTD support

2023-09-05 Thread Joe Wang
On Sat, 2 Sep 2023 09:20:22 GMT, Alan Bateman wrote: > I think you've got this to a good place and brings uniformity to configuring > how all the processors deal with DTDs. The proposal in the CSR is approved > now so hopefully you'll get Reviewer cycles to help move forward on this. Thanks Al

Re: RFR: 8306632: Add a JDK Property for specifying DTD support

2023-09-02 Thread Alan Bateman
On Fri, 28 Jul 2023 18:41:48 GMT, Joe Wang wrote: > Add a JDK Impl specific property 'jdk.xml.dtd.support' for applications to > specify how DTDs are handled. This property is uniformly supported across the > JDK XML libraries. It complements, rather than replaces, the existing > properties th

RFR: 8306632: Add a JDK Property for specifying DTD support

2023-07-28 Thread Joe Wang
Add a JDK Impl specific property 'jdk.xml.dtd.support' for applications to specify how DTDs are handled. This property is uniformly supported across the JDK XML libraries. It complements, rather than replaces, the existing properties that are supportDTD for StAX and disallow-doctype-decl for DOM