When a user session times out the client is receiving a 500. This prevents the client from prompting the user to login again.
This commit removes the exception that was caught in AuthenticationHandler. Looking at this handler, I suppose the table could return a null but that seems like an unlikely case
When a user session times out the client is receiving a 500. This prevents the client from prompting the user to login again.
This commit removes the exception that was caught in
AuthenticationHandler
. Looking at this handler, I suppose the table could return a null but that seems like an unlikely case