mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Updates to heavyduty sample
This commit is contained in:
parent
e7e256a9d5
commit
26d2b03667
@ -137,7 +137,7 @@
|
|||||||
<artifactId>maven-jetty-plugin</artifactId>
|
<artifactId>maven-jetty-plugin</artifactId>
|
||||||
<version>6.1.7</version>
|
<version>6.1.7</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<contextPath>/tutorial</contextPath>
|
<contextPath>/heavyduty</contextPath>
|
||||||
<connectors>
|
<connectors>
|
||||||
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
|
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
|
||||||
<port>8080</port>
|
<port>8080</port>
|
||||||
@ -159,7 +159,7 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<properties>
|
<properties>
|
||||||
<spring.version>2.5.3</spring.version>
|
<spring.version>2.5.4</spring.version>
|
||||||
<spring.security.version>2.0.1-SNAPSHOT</spring.security.version>
|
<spring.security.version>2.0.1-SNAPSHOT</spring.security.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- All of this is unnecessary if auto-config="true" -->
|
<!-- All of this is unnecessary if auto-config="true" -->
|
||||||
<form-login />
|
<form-login default-target-url="/secure/index.jsp" always-use-default-target="true"/>
|
||||||
<anonymous />
|
<anonymous />
|
||||||
<!-- http-basic / -->
|
<!-- http-basic / -->
|
||||||
<logout />
|
<logout />
|
||||||
|
@ -27,7 +27,9 @@ or if you've authenticated this session.
|
|||||||
<tr>
|
<tr>
|
||||||
<td><sec:authentication property='principal.accountNonLocked' /></td><td><sec:authentication property="principal.accountNonLocked"/></td>
|
<td><sec:authentication property='principal.accountNonLocked' /></td><td><sec:authentication property="principal.accountNonLocked"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
Saved Request: <%= session.getAttribute("SPRING_SECURITY_SAVED_REQUEST_KEY") %>
|
||||||
|
|
||||||
|
|
||||||
<p><a href="../">Home</a>
|
<p><a href="../">Home</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user