URL File Syntax (percent encoding)
Thorsten Goetzke <[email protected]> Thu, 08 Jan 2015 17:13:25 +0100
| Newsgroups | gmane.comp.java.hsqldb.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, It seems like hsql does not decode percent encoded URLs. For example if I want to connect to a file under the path '/db/Hello World' the correct file-URL would be 'file:///db/Hello%20World' . But in Order to make hsql connect I would have to use 'jdb:hsql:file///db/Hello World' which is not a valid URL according to RFC 1738. So my Question is: Is it a bug or a feature that you cannot use percent encoded URLs? With best regards, Thorsten Goetzke ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net