14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
|
<%@ page import="org.acegisecurity.context.SecurityContextHolder" %>
|
|
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
|
|
|
|
<h1>Welcome: <%= SecurityContextHolder.getContext().getAuthentication().getName() %></h1>
|
|
<p><a href="../../">Home</a>
|
|
<p><a href="../../j_acegi_logout">Logout</a>
|
|
|
|
</body>
|
|
</html> |