https://issues.apache.org/ooo/show_bug.cgi?id=122152

hanya <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from hanya <[email protected]> ---
com.sun.star.comp.sdbc.JDBCDriver passes the URL to drivers without any
modifications. 
org.hsqldb.jdbcDriver.connect() method takes it and its protocol "jdbc:hsqldb:"
is 
removed, and then converted into path with java.util.File.getCanonicalPath() or 
getAbsolutePath() method (in HSQL 1.8.0 and Java6).
With these methods, % escaped characters are not touched.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to