https://issues.apache.org/ooo/show_bug.cgi?id=122152
Bug ID: 122152
Issue Type: DEFECT
Summary: Invalid URL notation in connection URL
Classification: Application
Product: Base
Version: AOO 3.4.1
Hardware: All
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
IMHO, this is a valid connection URL with URL-encoded space in the path:
jdbc:hsqldb:file:///Activities%20Database/database/Activities
When I connect to this database, Base or HSQL creates a new directory with the
literal name "/Activities%20Database/database/" and a new empty database in it
In order to connect to the intended backend, I've got to eliminate spaces or
adjust the connection URL to this string with unencoded space:
jdbc:hsqldb:file:///Activities Database/database/Activities
Is this a bug or doesn't apply URL-encoding to connection URLs?
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.