Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: maven-scm-provider-svn
-
Labels:None
-
Environment:All
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
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.
Issue Links
- depends upon
-
PLXUTILS-78
BourneShell doesn't quote arguments containing ; and &
-
- is duplicated by
-
CONTINUUM-1360
Prepended semicolon in svn password does not work
-
I haven't tried this but shouldn't this be escaped with a backslash '\' character rather than using single quotes.
What happens if the password itself contains a single quote?