-
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
-
[JENKINS-56856] Setup wizards handles password field wrong
Assignee | New: Gavin Mogan [ halkeye ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Labels | Original: setup-wizard | New: lts-candidate setup-wizard |
Released As | New: 2.171 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is duplicated by |
Labels | Original: lts-candidate setup-wizard | New: 2.164.3-fixed setup-wizard |
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.