提交 20099294 authored 作者: inroi's avatar inroi

用户未查到

上级 135c2a23
......@@ -42,7 +42,7 @@ public class SecurityFilter implements Filter {
if (user == null) {
user = AssertionHolder.getAssertion().getPrincipal().getName();
if (user == null) {
this.writeResponse(response, "This Session Not Found");
this.writeResponse(response, "This User Not Found");
//response.sendRedirect(request.getContextPath() + "/accessDenied.jsp");
return;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论