Bug #4172
NumberformatException when trying to add new user
Start date:
06/20/2013
Due date:
% Done:
0%
Estimated time:
Description
Todd received a HTTP 500 yesterday when trying to add Kent to the elog. The catalina log showed a NumberFormatException was thrown from the addUser() method.
History
#1 Updated by Kyle Hazelwood over 7 years ago
- Status changed from Assigned to Closed
Non-super admins are not allowed to set the admin level value so I hid it, thus no value was given for that integer property. The servlet was trying to parse a null value to integer. Fixed the issue by disabling the select box instead of removing it for non-super admins and also checking for null values.