-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.12
-
Component/s: Administration - Others
-
3.12
The EditUserProperties has a bug in it because of overzealous validation.
In its validateUserInput method it trys to check if the property is already there. but if the key is already too long (> 255 chars) it fails on DB2 and perhaps other database.
We need to shortcut the validation logic.
Also we need to re-enable the func test for this JRA-15471.