[ 
https://issues.apache.org/jira/browse/SCM-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965076#comment-17965076
 ] 

Olivier Lamy commented on SCM-909:
----------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-scm#1140|https://github.com/apache/maven-scm/issues/1140]. Please 
visit the GitHub issue to view further activity, add comments, or subscribe to 
receive notifications.

> SvnScmProviderRepository#parseUrl() does not comply with RFC 3986 and RFC 8089
> ------------------------------------------------------------------------------
>
>                 Key: SCM-909
>                 URL: https://issues.apache.org/jira/browse/SCM-909
>             Project: Maven SCM (Moved to GitHub Issues)
>          Issue Type: Bug
>          Components: maven-scm-provider-svn
>    Affects Versions: 1.10.0
>            Reporter: Michael Osipov
>            Priority: Major
>
> This issue was been found on one of Jenkins slaves. Consider the following 
> path: 
> {{F:\jenkins\jenkins-slave\workspace\maven-box_maven-scm_SCM-906-3AXCXWOA5KAAL37TCEKGJUQCHVU3HMOGCVV63JP76C24C3X6DHOA@2\m\maven-scm-providers\maven-scm-providers-git\maven-scm-provider-gitexe\target}}.
>  THe aforementioned class outputs:
> {noformat}
> file:///F:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-906-3AXCXWOA5KAAL37TCEKGJUQCHVU3HMOGCVV63JP76C24C3X6DHOA@2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/target
> file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/target
> {noformat}
> The parse logic incorrectly assumes that the last {{@}} is for the user info. 
> According to RFC 8089 a file URL may contain this information, but our parser 
> would still fail becuase it uses {{indexOf}}. It must stop searching to the 
> first slash.
> Note: the example is from the GitExe provider, but it also applies to SvnExe.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to