enhancement: Do not print stacktraces when we expect object to not be found. #1646
Labels
enhancement
libs update, re-factroring, etc.
exclude from release notes
issues found during QA that should be excluded from release notes
Milestone
Describe the issue
If session is expired and try to fetch it, it prints verbose stack trace which produce a lot of noise in logs. We have to log such event without stacktrace.
Places to check:
oxAuth/Server/src/main/java/org/gluu/oxauth/auth/Authenticator.java
Line 698 in 9523eb2
oxAuth/Server/src/main/java/org/gluu/oxauth/auth/AuthenticationFilter.java
Line 199 in 9523eb2
oxAuth/Server/src/main/java/org/gluu/oxauth/authorize/ws/rs/AuthorizeRestWebServiceImpl.java
Line 912 in 9523eb2
For reference
e48902b
The text was updated successfully, but these errors were encountered: