You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NPEs by default have a null message string. KualiExceptionHandlerAction.executeException(..) tries to convert that message to a string. This results in an exception when submitting the exception form, and no email is sent to system administrators.
I am seeing this in Rice 2.3.14, and I have confirmed that the code on the master branch does the same.
The text was updated successfully, but these errors were encountered:
NPEs by default have a null message string.
KualiExceptionHandlerAction.executeException(..)
tries to convert that message to a string. This results in an exception when submitting the exception form, and no email is sent to system administrators.I am seeing this in Rice 2.3.14, and I have confirmed that the code on the master branch does the same.
The text was updated successfully, but these errors were encountered: