SEC-2634: Add Geb integration tests for jaas-xml
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<%@ page import="java.security.AccessController" %>
|
||||
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
|
||||
<html>
|
||||
<head><title>Home Page</title></head>
|
||||
<body>
|
||||
<h1>Home Page</h1>
|
||||
<p>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
|
||||
<%@ page import="javax.security.auth.Subject" %>
|
||||
<%@ page import="java.security.AccessController" %>
|
||||
<%@ page import="org.springframework.security.core.context.SecurityContextHolder" %>
|
||||
@@ -47,5 +49,10 @@
|
||||
<% }
|
||||
%>
|
||||
|
||||
<form action="<c:url value="/j_spring_security_logout"/>" method="post">
|
||||
<input type="submit" value="Log Out"/>
|
||||
<sec:csrfInput/>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user