1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Modify attribute names to use "ref" instead of "id", plus use a hyphen

as an attribute value separator rather than a colon. This was changed 
for compatibility with other components in the Spring Portfolio. tests 
pass.
This commit is contained in:
Ben Alex
2007-12-13 20:19:56 +00:00
parent 0f12d31d90
commit fa510b3187
5 changed files with 38 additions and 38 deletions
@@ -9,7 +9,7 @@ http://www.springframework.org/schema/security http://www.springframework.org/sc
<beans:bean id="myDetails" class="org.springframework.security.config.CustomUserDetailsService"/>
<repository>
<custom-user-service id="myDetails"/>
<custom-user-service ref="myDetails"/>
</repository>
</beans:beans>