소스 검색

Gave correct role name

Abdull 13 년 전
부모
커밋
0e413cedcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      samples/tutorial/src/main/webapp/secure/index.jsp

+ 1 - 1
samples/tutorial/src/main/webapp/secure/index.jsp

@@ -18,7 +18,7 @@ This is a protected page. You can get to me if you've been remembered,
 or if you've authenticated this session.
 </p>
 <p>
-<sec:authorize access="hasRole('ROLE_SUPERVISOR')">
+<sec:authorize access="hasRole('supervisor')">
     You are a supervisor! You can therefore see the <a href="extreme/index.jsp">extremely secure page</a>.<br/><br/>
 </sec:authorize>
 </p>