Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.1.7
Description
I am using Filter to check the logged Messages for log vulnerability.
After the filter is executed, the Logging is happening in a different thread. Because of which the SessionID and Locale is not getting printed in the second log record shown below.
DEBUG — [nio-9008-exec-1] com.sample.TestLoggingController .testConsoleLogging : 012354 :: en_US :: test logged text
WARN — [r-ASYNC_CONSOLE] com.sample.util.security.LogInjectionUtil .logVulnerability : :: CR/LF Characters were detected for Log Injection ::
Please let me know if any more information is required.