Kristian Waagan created DERBY-5897:
--------------------------------------
Summary: Broken handling of paths with special characters in
compatibility/VersionCombinationConfigurator
Key: DERBY-5897
URL: https://issues.apache.org/jira/browse/DERBY-5897
Project: Derby
Issue Type: Bug
Components: Test
Affects Versions: 10.10.0.0
Reporter: Kristian Waagan
Assignee: Kristian Waagan
Priority: Minor
Some of the code handling paths in compatibility/VersionCombinationConfigurator
is broken.
The issue is that the location of a given class is given as a URL. This means
the path will be URL encoded, and, for instance, spaces will be encoded as
'%20'.
This bug typically shows itself as an NPE when invoking compatibility._Suite.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira