Issue# svn scm maven plugin doenot work with special character @ in SVN passwords
From: Akanksha Dayal <dayal.akank_at_gmail.com>
Date: Tue, 2 Jul 2013 14:33:53 -0700
Hi Developers,
I bumped into this issue while working with scm svn maven plugin. To
1. set svn password to something like 123_at_abc (anything with '@')
This happens because the repository url path is parsed looking at @ index.
in
- int indexAt = urlPath.indexOf( "@" );
Also, this error probably valid for some mroe special characters used in
Thanks,
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.