Logger.debug(request)
If you did
Logger.debug("{}", request)
Reminds me of early days where sending printf directives to friends in chat applications could cause a crash.
Edit: I see some other comments are indicating parameters are also vulnerable. Crazy.
If you did
Safe?Reminds me of early days where sending printf directives to friends in chat applications could cause a crash.
Edit: I see some other comments are indicating parameters are also vulnerable. Crazy.