Yep, it sounds like it might be doing "URI.create(file)" rather than
"new File(file).toURI()".
-Alan.
Christopher Hegarty - Sun Microsystems Ireland wrote:
The square bracket characters ('[' and ']') are reserved characters in
a URI. If they are to be used then they need to percent encoded.
The square bracket characters ('[' and ']') are reserved characters in a
URI. If they are to be used then they need to percent encoded. That is,
'[' is percent encoded to be %5B.
The single argument java.net.URI constructor requires any illegal
characters in its argument to be quoted and prese
Since this is a question about java.net.URI I am moving this question to
the OpenJDK Net Dev alias.
I will try to answer it there.
-Chris.
Michal Vyskocil wrote:
Hi all,
I'm working on adopting of jpackage project to openSUSE and got a problem with
build of maven. The jpackage's folks have