-
ini4j converts internally (in iniFile constructor) every file name in a URL using the deprecated toURL method that does not escape illegal URL characters. FYI URL allows only ALPHA / DIGIT / "-" / "." / "_" / "~"
characters in their name which is more restrictive that file names.
To reproduce the bug just try to instanciate an iniFile with a file name containing a #. A BackingStore...
2008-08-19 16:34:18 UTC in [ini4j]
-
jumar committed patchset 13 of module innosetup_distrib to the WinLibre CVS repository, changing 1 files.
2006-09-13 04:29:07 UTC in WinLibre
-
jumar committed patchset 12 of module innosetup_distrib to the WinLibre CVS repository, changing 2 files.
2006-09-12 06:46:15 UTC in WinLibre