mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
Restore a removed logging statement
This commit is contained in:
@@ -35,6 +35,7 @@ public class FileHandler extends ResourceHandler {
|
||||
HttpServletRequest request,
|
||||
HttpServletResponse response) throws IOException, ServletException {
|
||||
if (!"GET".equals(baseRequest.getMethod())) return;
|
||||
LOG.info("GET <- {}", baseRequest.getRequestURI());
|
||||
|
||||
Matcher docKeyMatcher = DOC_KEY_PATTERN.matcher(target);
|
||||
if (!docKeyMatcher.matches()) return;
|
||||
|
||||
Reference in New Issue
Block a user