Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.9.5
-
None
-
None
Description
Subversion accepts URLs in the form:
svn co file:///D:\my\repo
While this URL is invalid, it is still parsed properly. Using the same URL in <developerConnection /> makes SvnTagBranchUtils completely fail in path calculation because it does not handle backslashes at all.
The proposed solution is that parseUrl() will test file URLs for backslashes and reject them since they are invalid anyway.
Attachments
Issue Links
- depends upon
-
MNG-6386 ${project.baseUri} is not a valid URI (according to RFC 3986)
- Closed