theigl commented on code in PR #524:
URL: https://github.com/apache/wicket/pull/524#discussion_r867982059
##########
wicket-core/src/main/java/org/apache/wicket/protocol/http/RequestLogger.java:
##########
@@ -110,9 +109,8 @@ private String createRequestData(RequestData rd,
SessionData sd)
return sb.toString();
}
- private String getRequestHandlerString(IRequestHandler handler)
Review Comment:
This method should probably be called
`appendRequestHandlerString(StringBuilder sb, IRequestHandler handler)` now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]