r872070 | dlr | 2008-07-04 01:25:00 +0000 (Fri, 04 Jul 2008)
JavaHL: A follow-up to r31993, substituting a trivial scheme check for
usage of java.net.URL, which requires that protocols be registered
with it before being recognized as valid schemes.
[ in subversion/bindings/javahl/ ]
* src/org/tigris/subversion/javahl/Path.java
(isURL): Tweak implementation.
* tests/org/tigris/subversion/javahl/BasicTests.java
(testPathIsURL): Expand variety of protocol schemes tested to
include some Subversion-specific schemes.
Reported by: markphip
Talden <talden@gmail.com>