src/main/java/com/gitblit/ConfigUserService.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/gitblit/ConfigUserService.java
@@ -208,6 +208,12 @@ if (cookies.containsKey(hash)) { model = cookies.get(hash); } if (model != null) { // clone the model, otherwise all changes to this object are // live and unpersisted model = DeepCopier.copy(model); } return model; }