-
Bug
-
Resolution: Fixed
-
Major
-
None
-
-
2.190
The “isNameEditable” value is not checked before doing the real rename action on the renameTo method:
The rename method can lead to very bad issues if it’s used with item that must not be renamed, the “isNameEditable” must be check before doing any rename action.
I did a PR with code changes and unit tests: https://github.com/jenkinsci/jenkins/pull/4122