aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/shiro.jspx
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-11 17:11:28 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-11 17:11:28 +0100
commit39636be7b018b9121696ce7bdc462ab2c3c8185d (patch)
tree08e33b02dce0082db08584ad6e09be1f4653bf41 /src/main/webapp/shiro.jspx
parent4e9d5b5a447144c910c2698975157ee296e2eac8 (diff)
downloadesper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.tar.gz
esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.tar.bz2
esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.tar.xz
esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.zip
o Creating bin/web for running the web application.
Diffstat (limited to 'src/main/webapp/shiro.jspx')
-rw-r--r--src/main/webapp/shiro.jspx45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/main/webapp/shiro.jspx b/src/main/webapp/shiro.jspx
deleted file mode 100644
index 59e9f41..0000000
--- a/src/main/webapp/shiro.jspx
+++ /dev/null
@@ -1,45 +0,0 @@
-<html xmlns:common="urn:jsptagdir:/WEB-INF/tags/common"
- xmlns:jsp="http://java.sun.com/JSP/Page"
- xmlns:shiro="http://shiro.apache.org/tags">
-<jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/>
-<jsp:directive.page contentType="text/html;charset=UTF-8"/>
-
-<common:head/>
-
-<body>
-
-<div id="content">
-
- <div class="container">
- <div class="page-header">
- <h1>Shiro Values</h1>
- </div>
-
- <p>
- <table>
- <tr>
- <th>guest</th>
- <td><shiro:guest>Yes</shiro:guest></td>
- </tr>
- <tr>
- <th>authenticated</th>
- <td><shiro:authenticated>Yes</shiro:authenticated></td>
- </tr>
- <tr>
- <th>notAuthenticated</th>
- <td><shiro:notAuthenticated>Yes</shiro:notAuthenticated></td>
- </tr>
- <tr>
- <th>principal</th>
- <td><shiro:principal>Yes</shiro:principal></td>
- </tr>
- </table>
- </p>
- </div>
-
-</div>
-
-<common:footer/>
-</body>
-
-</html>