Corrected typo "configuaration" in comments. Removed indentation tab characters.
This commit is contained in:
parent
defc79c283
commit
9e59374477
|
@ -74,10 +74,10 @@
|
||||||
|
|
||||||
<!-- ~~~~~~~~~~~~~~~~~~~~ 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…
Reference in New Issue