User: Zhang Kaitao
Date: 13-3-11 下午8:29
Version: 1.0
67686970717273747576
UserLogUtils.log( username, "passwordError", "password error! password: {} retry count: {}", password, retryCount); throw new UserPasswordNotMatchException(); } else { clearLoginRecordCache(username); } }
147148149150151152153154155156157
username, "loginError", "password length error! password is between {} and {}", User.PASSWORD_MIN_LENGTH, User.PASSWORD_MAX_LENGTH); throw new UserPasswordNotMatchException(); } User user = null; //此处需要走代理对象,目的是能走缓存切面