How can logback (that uses the pattern layout) be secured against log forging attacks ? Is there a configuration property that tells logabck to escape certain reserved characters ?
PS: The ideal solution would be to decorate each converter with configuration supplied decorator, but it seems to be impossible with current design of logback.