On Tuesday, July 5, 2016 at 6:02:38 AM UTC+3, Alex Luya wrote:
>
> and blow to applicationContext.xml:
>
> <bean id="springSecurityFilterChain" 
> class="org.springframework.web.filter.DelegatingFilterProxy"/>
>
>
> I think this causes recursion. Try to remove this bean declarion. Spring 
security should internally create bean with name 
*springSecurityFilterChain.*
See 
http://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/#ns-web-xml

> In this case, the bean is named "springSecurityFilterChain", which is an 
> internal infrastructure bean created by the namespace to handle web 
> security. Note that you should not use this bean name yourself. Once you’ve 
> added this to your web.xml, you’re ready to start editing your 
> application context file. Web security services are configured using the 
> <http> element.



-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to