mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #29 from winstonli/minor_fixes
#24 Part 1/6: minor fixes
This commit is contained in:
commit
7e047042c0
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import java.util.List;
|
||||||
|
|
||||||
public class SizeLimitExceededException extends GitUserException {
|
public class SizeLimitExceededException extends GitUserException {
|
||||||
|
|
||||||
private static String path = null;
|
private final String path;
|
||||||
|
|
||||||
public SizeLimitExceededException(String path) {
|
public SizeLimitExceededException(String path) {
|
||||||
super();
|
super();
|
||||||
|
|
|
@ -71,7 +71,7 @@ public class Oauth2Filter implements Filter {
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Log.info("[{}] Auth not needed");
|
Log.info("[{}] Auth not needed", project);
|
||||||
filterChain.doFilter(servletRequest, servletResponse);
|
filterChain.doFilter(servletRequest, servletResponse);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue