598
I Use This!
Very Low Activity

News

Analyzed about 12 hours ago. based on code collected 1 day ago.
Posted 6 months ago by Elliotte Rusty Harold
Splitpackage not allowed on modulepath
Posted 6 months ago by Carsten Pfeiffer
AFAIU this is a duplicate of XERCESJ-1689 which has been fixed long ago for version 2.12.3, but, alas, this version is still not released. A new java version requirement is not requested, just a new release of version 2.12.3 to become compatible Read more
Posted 6 months ago by Mukul Gandhi
Few thoughts on this topic. I guess, XercesJ team currently doesn't have a development goal to provide a future release that is natively aware of Java's module system. But for e.g, if XercesJ might support Java's module system, that we need to Read more
Posted 6 months ago by Kai Hofmann
I am working with Java 17 completly based on the module path - so unit tests also there - also using cucumber. When using     xerces     xercesImpl     2.12.2 Read more
Posted 8 months ago by Michael Glavassevich
Add support for jdk.xml.maxElementDepth to SecureProcessingConfiguration.
Posted 8 months ago by Michael Glavassevich
Parsing xml cannot limit the maximum element depth, resulting in excessive memory usage and DOS.
Posted 8 months ago by Michael Glavassevich
I also view this as a feature request and it probably belongs in org.apache.xerces.parsers.SecureProcessingConfiguration with all the other similar properties that have been added to the JDK. I wrote that class, but I'll admit never made much fanfare Read more
Posted 8 months ago by Elliotte Rusty Harold
This is not a bug, it's a feature request, though I don't have edit rights in this issue tracker. There is a case to be made for adding this feature, but adding it is unlikely to help with your particular concern. You need a more memory efficient Read more
Posted 8 months ago by shuailingliang
The service with a heap size of 250M is just an example I gave, and the actual business is larger than this configuration. Parsing an xml file of similar size, shallow depth, but with the same number of elements takes up about the same amount of Read more
Posted 8 months ago by shuailingliang
Parsing xml cannot limit the maximum element depth, resulting in excessive memory usage and DOS.