Closed milt closed 9 months ago
SQL-231 If no-val mode is used and no token is present or is malformed we can get an NPE and a 500 response. This change puts a try/catch around the token decoding code that leads to a 401 if there is not a valid token, rather than the 500.
SQL-231 If no-val mode is used and no token is present or is malformed we can get an NPE and a 500 response. This change puts a try/catch around the token decoding code that leads to a 401 if there is not a valid token, rather than the 500.