[ https://issues.apache.org/jira/browse/SCM-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961042#comment-17961042 ]
ASF GitHub Bot commented on SCM-334: ------------------------------------ jira-importer opened a new issue, #547: URL: https://github.com/apache/maven-scm/issues/547 **[Jan Lisse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lasse_stromberg)** opened **[SCM-334](https://issues.apache.org/jira/browse/SCM-334?redirect=false)** and commented If i use a svn password containing a semicolon with the maven-scm-provider-svnexe, the commandline generated by SvnCommandlineUtils is faulty, because the password is not quoted. Passwords containing other special chars might cause problems too. Solution: Enclosing the password for the commandline in single quotes solves this problem. I have attached a patch for SvnCommandlineUtils that fixes this issue. --- **Affects:** 1.0 **Attachments:** - [patch.txt](https://issues.apache.org/jira/secure/attachment/12718838/patch.txt) (_981 bytes_) **Issue Links:** - [CONTINUUM-1360](https://issues.apache.org/jira/browse/CONTINUUM-1360) Prepended semicolon in svn password does not work (_**"is duplicated by"**_) 2 votes, 2 watchers > Faulty svn commandline is generated for passwords containing special chars > -------------------------------------------------------------------------- > > Key: SCM-334 > URL: https://issues.apache.org/jira/browse/SCM-334 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-svn > Affects Versions: 1.0 > Environment: All > Reporter: Jan Lisse > Assignee: Olivier Lamy > Priority: Critical > Fix For: 1.1 > > Attachments: patch.txt > > > If i use a svn password containing a semicolon with the > maven-scm-provider-svnexe, the commandline generated by SvnCommandlineUtils > is faulty, because > the password is not quoted. Passwords containing other special chars might > cause problems too. > Solution: Enclosing the password for the commandline in single quotes solves > this problem. > I have attached a patch for SvnCommandlineUtils that fixes this issue. -- This message was sent by Atlassian Jira (v8.20.10#820010)