-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.277.3
When creating Security Credential domains (or updating an existing one), spaces and other characters (like the slash /) don't get escaped properly in the domain name and causes weird results.
Specifically when using a forward slash, the configuration is no longer accessible.
Form validation in CredentialsStoreAction.java already calls Jenkins.checkGoodName, which rejects slashes. Do you create the credential domain in some unusual way so that it bypasses this validation?