dajester2013 / ivysvn

Automatically exported from code.google.com/p/ivysvn
Apache License 2.0
0 stars 0 forks source link

Passwords incorrectly truncated #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The SvnResolver class should not trim passwords - it's perfectly valid to
specify a password with leading and/or trailing whitespace.

Original issue reported on code.google.com by stvricbr...@gmail.com on 15 Oct 2008 at 9:04

GoogleCodeExporter commented 9 years ago
Fixed in the trunk, will go into next beta release.

Password and sshPassphrase are no longer trimmed and are no longer checked for
starting with "${" as these could conceivably contain these characters.

Original comment by massdosage on 15 Oct 2008 at 9:51