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 exception is raised.
Now that toURL() is deprecated, it is recommended to use toURI() and then
URI.toURL to obtain the same result as toURL() without the bug reported
here.
Nobody/Anonymous
None
None
Public
|
Date: 2009-02-05 21:31 Fixed in version 0.3.3, thanx for feedback |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-02-05 21:31 | szkiba |
| resolution_id | None | 2009-02-05 21:31 | szkiba |
| allow_comments | 1 | 2009-02-05 21:31 | szkiba |
| close_date | - | 2009-02-05 21:31 | szkiba |