1
0
mirror of synced 2026-08-05 01:36:56 +00:00

SEC-674: Updated samples to work with new module layout. Changed taglib build to copy tld file to META-INF directory.

Also standardized JSTL version to 1.1.0 (impl 1.1.2), moving deps to root sample pom.
This commit is contained in:
Luke Taylor
2008-02-22 16:21:37 +00:00
parent 659fe5308a
commit 8c00bb1537
15 changed files with 153 additions and 167 deletions
@@ -1,14 +1,9 @@
<%@ taglib prefix="authz" uri="http://www.springframework.org/security/tags" %>
<html>
<body>
<h1>VERY Secure Page</h1>
This is a protected page. You can only see me if you are a supervisor.
<authz:authorize ifAllGranted="ROLE_SUPERVISOR">
You have "ROLE_SUPERVISOR" (this text is surrounded by &lt;authz:authorize&gt; tags).
</authz:authorize>
<p><a href="../../">Home</a>
<p><a href="../../j_spring_security_logout">Logout</a>
</body>