SEC-628: Added port-mappings element to allow use of a PortMapper.

This commit is contained in:
Luke Taylor
2008-01-15 19:59:07 +00:00
parent 60b7e2d4f2
commit 9e21c48fce
9 changed files with 145 additions and 14 deletions

View File

@@ -23,6 +23,10 @@ http://www.springframework.org/schema/security http://www.springframework.org/sc
<concurrent-session-control max-sessions="1"/>
<remember-me key="doesntmatter" token-repository="tokenRepo"/>
<port-mappings>
<port-mapping http="9080" https="9443"/>
</port-mappings>
</http>
<authentication-provider>