SEC-628: Added port-mappings element to allow use of a PortMapper.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user