Use JDependency 1.3
Add two methods to detect if a file or url exist by two different algorithm: checking the length of the file, or trying to read the beginning of the file. The default (without an option) defer to the second option
Fix the XMLSAXParser class parsing using the default encoding of the platform
Add two booleans to set if the XMLSAXParser should allow nestable connections when parsing a file. By default contrary to the previous version it does not allow these connections
Remove one remaining dependency between the core APACHE jars and the GPL jars in the XMLSAXParser class
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Use JDependency 1.3
Add two methods to detect if a file or url exist by two different algorithm: checking the length of the file, or trying to read the beginning of the file. The default (without an option) defer to the second option
Fix the XMLSAXParser class parsing using the default encoding of the platform
Add two booleans to set if the XMLSAXParser should allow nestable connections when parsing a file. By default contrary to the previous version it does not allow these connections
Remove one remaining dependency between the core APACHE jars and the GPL jars in the XMLSAXParser class