mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 14:40:47 +02:00
Merge pull request #29 from winstonli/minor_fixes
#24 Part 1/6: minor fixes
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
|
||||
public class SizeLimitExceededException extends GitUserException {
|
||||
|
||||
private static String path = null;
|
||||
private final String path;
|
||||
|
||||
public SizeLimitExceededException(String path) {
|
||||
super();
|
||||
|
||||
@@ -71,7 +71,7 @@ public class Oauth2Filter implements Filter {
|
||||
);
|
||||
return;
|
||||
}
|
||||
Log.info("[{}] Auth not needed");
|
||||
Log.info("[{}] Auth not needed", project);
|
||||
filterChain.doFilter(servletRequest, servletResponse);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user