Fixed error occuring if a nonvalid session was requested
If a session key was used in URI path which dous not exist, send HTTP NotFound to client instead if running into NullPointerException.
Please register or sign in to comment
If a session key was used in URI path which dous not exist, send HTTP NotFound to client instead if running into NullPointerException.