Re: Upgrade to JAXP 1.5 Breaks Existing Apps

2013-06-03 Thread Ali Ebrahimi
thanks. On Mon, Jun 3, 2013 at 2:59 PM, Alan Bateman wrote: > On 02/06/2013 22:05, Ali Ebrahimi wrote: > >> I update to jdk8b92 and almost all apps deals with xml parsing breaks. >> in other word, current default value for XMLConstants.ACCESS_EXTERNAL_** >> DTD >> property is empty string. This

Re: Upgrade to JAXP 1.5 Breaks Existing Apps

2013-06-03 Thread Alan Bateman
On 02/06/2013 22:05, Ali Ebrahimi wrote: I update to jdk8b92 and almost all apps deals with xml parsing breaks. in other word, current default value for XMLConstants.ACCESS_EXTERNAL_DTD property is empty string. This should be at least change to "file". Yes, the defaults are problematic and are d

Upgrade to JAXP 1.5 Breaks Existing Apps

2013-06-02 Thread Ali Ebrahimi
I update to jdk8b92 and almost all apps deals with xml parsing breaks. in other word, current default value for XMLConstants.ACCESS_EXTERNAL_DTD property is empty string. This should be at least change to "file".