1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-1229: Added session-management element to namespace and refactored existing session-related attributes and concurrency control. Refactored <http> parsing code to split it up into more manageable units.

This commit is contained in:
Luke Taylor
2009-09-29 00:29:09 +00:00
parent b8c0bb71f1
commit aa153681bf
12 changed files with 2574 additions and 2826 deletions
@@ -38,21 +38,12 @@
</http>
<!--
Usernames/Passwords are
rod/koala
dianne/emu
scott/wombat
peter/opal
-->
<authentication-manager>
<authentication-provider>
<password-encoder hash="md5"/>
<user-service>
<user name="rod" password="a564de63c2d0da68cf47586ee05984d7" authorities="ROLE_SUPERVISOR, ROLE_USER, ROLE_TELLER" />
<user name="dianne" password="65d15fe9156f9c4bbffd98085992a44e" authorities="ROLE_USER,ROLE_TELLER" />
<user name="scott" password="2b58af6dddbd072ed27ffc86725d7d3a" authorities="ROLE_USER" />
<user name="peter" password="22b5c9accc6e1ba628cedc63a72d57f8" authorities="ROLE_USER" />
<user name="joe" password="password" authorities="ROLE_JANITOR" />
<user name="jim" password="password" authorities="ROLE_TRADER" />
<user name="jane" password="password" authorities="ROLE_SUPERVISOR" />
</user-service>
</authentication-provider>
</authentication-manager>
@@ -1,5 +1,5 @@
# Global logging configuration
log4j.rootLogger=WARN, stdout
log4j.rootLogger=DEBUG, stdout
log4j.logger.org.springframework.security=DEBUG