Change the NestableJarURLConnection class to derive from the NestableURLConnection class and avoid to have duplicate code
Modify the NestableURLConnection class to throw the same exception as for the JDK url.openConnection() code when the syntax of an entry is incorrect
Fix a case where some valid URL syntax for an URL was not accepted by the NestableURLConnection
Fix the FileUtilities.isURLFound() methods in some cases with redirections
Replace the boolean for accepting 301 codes in the FileUtilities.isURLFound() methods by a bitfield option
Remove some shortcut methods for the FileUtilities.isURLFound() which were without the options argument
Fix the FileUtilities.getRelativePath() method in some cases
Add a getRedirectURL(URL) method in the FileUtilities class
Use docJGenerator 1.4.14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Change the NestableJarURLConnection class to derive from the NestableURLConnection class and avoid to have duplicate code
Modify the NestableURLConnection class to throw the same exception as for the JDK url.openConnection() code when the syntax of an entry is incorrect
Fix a case where some valid URL syntax for an URL was not accepted by the NestableURLConnection
Fix the FileUtilities.isURLFound() methods in some cases with redirections
Replace the boolean for accepting 301 codes in the FileUtilities.isURLFound() methods by a bitfield option
Remove some shortcut methods for the FileUtilities.isURLFound() which were without the options argument
Fix the FileUtilities.getRelativePath() method in some cases
Add a getRedirectURL(URL) method in the FileUtilities class
Use docJGenerator 1.4.14