Move "realm" attribute to be on <http> element rather than <http-basic>.

This faciltiates reuse with other mechanisms (like Digest) whilst also 
moving towards the <http-auto-configure> element (which benefits from 
having shared configuration in <http> as opposed to mechanism-specific 
elements).
This commit is contained in:
Ben Alex
2007-12-04 08:02:40 +00:00
parent d9ec944579
commit 2441ab6d9a
7 changed files with 79 additions and 51 deletions

View File

@@ -19,7 +19,7 @@
<form-login />
<anonymous />
<http-basic realm="SpringSecurityTutorialApp" />
<http-basic />
<logout />
<concurrent-session-control maxSessions="1" exceptionIfMaximumExceeded="true"/>