mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +00:00
Corrected typo "configuaration" in comments. Removed indentation tab characters.
This commit is contained in:
parent
defc79c283
commit
9e59374477
@ -70,14 +70,14 @@
|
|||||||
<property name="realmName"><value>Contacts Realm</value></property>
|
<property name="realmName"><value>Contacts Realm</value></property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="autoIntegrationFilter" class="net.sf.acegisecurity.ui.AutoIntegrationFilter" />
|
<bean id="autoIntegrationFilter" class="net.sf.acegisecurity.ui.AutoIntegrationFilter"/>
|
||||||
|
|
||||||
<!-- ~~~~~~~~~~~~~~~~~~~~ AUTHORIZATION DEFINITIONS ~~~~~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~~~~~~ AUTHORIZATION DEFINITIONS ~~~~~~~~~~~~~~~~~~~ -->
|
||||||
|
|
||||||
<!-- An access decision voter that reads ROLE_* configuaration settings -->
|
<!-- An access decision voter that reads ROLE_* configuration settings -->
|
||||||
<bean id="roleVoter" class="net.sf.acegisecurity.vote.RoleVoter"/>
|
<bean id="roleVoter" class="net.sf.acegisecurity.vote.RoleVoter"/>
|
||||||
|
|
||||||
<!-- An access decision voter that reads CONTACT_OWNED_BY_CURRENT_USER configuaration settings -->
|
<!-- An access decision voter that reads CONTACT_OWNED_BY_CURRENT_USER configuration settings -->
|
||||||
<bean id="contactSecurityVoter" class="sample.contact.ContactSecurityVoter"/>
|
<bean id="contactSecurityVoter" class="sample.contact.ContactSecurityVoter"/>
|
||||||
|
|
||||||
<!-- An access decision manager used by the business objects -->
|
<!-- An access decision manager used by the business objects -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user