-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: core
-
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