Skip to content

Instantly share code, notes, and snippets.

@vrnsky
Created January 18, 2021 04:41
Show Gist options
  • Save vrnsky/e5a709eae7dd6fda7456ccfc94dd4f4a to your computer and use it in GitHub Desktop.
Save vrnsky/e5a709eae7dd6fda7456ccfc94dd4f4a to your computer and use it in GitHub Desktop.
protected void beforeRequest(ContentCachingRequestWrapper request) {
if (logger.isInfoEnabled()) {
logRequestHeader(request, request.getRemoteAddr() + "|>");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment