-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
When configuring a project to use the svn+ssh:// protocol with subversion,
hudson reports that the URL is invalid. This appears to be due to the + not
being escaped. I tested this by entering the URL as svn%2Bssh:// and hudson
didn't complain (thou the build did complain).
Using svn+ssh works fine, you just see the warning message.
[JENKINS-301] Using svn+ssh:// protocol for Subversion shows invalid URL
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: core [ 15593 ] | |
Component/s | Original: www [ 15484 ] |
Workflow | Original: JNJira [ 130374 ] | New: JNJira + In-Review [ 199754 ] |
Fixed in 1.82.
I also fixed the handling of non-ASCII characters in form field validation.