SEC-256: Contacts sample not displaying localized exceptions correctly.

This commit is contained in:
Ben Alex 2006-04-28 06:51:58 +00:00
parent 21aaf2b9db
commit 9a90e4e1aa
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,14 @@
<beans>
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>
<value>classpath:/org/acegisecurity/messages</value>
</list>
</property>
</bean>
<!-- ~~~~~~~~~~~~~~~~~~ "BEFORE INVOCATION" AUTHORIZATION DEFINITIONS ~~~~~~~~~~~~~~~~ -->
<!-- ACL permission masks used by this application -->