-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.171
From https://twitter.com/scy/status/1112663270341644289 it looks like Jenkins setup wizard does not properly escape some form fields and processes them as code ( ? ).
- is duplicated by
-
JENKINS-53733 % Character in Password Created Error in User Creation
-
- Closed
-
Did some quick investigation and found out that while all the other fields were escaped, the large json blob was not, so jetty didn't know how to handled the non escaped data.