[magnolia-user] Re: Spring Security in Magnolia.

2015-10-05 Thread via Magnolia Forums
StackOverflowError usually it means that you have loop somewere. By stacktrace you can see two identical lines: info.magnolia.module.blossom.web.InstallationAwareDelegatingFilterProxy.doFilter(InstallationAwareDelegatingFilterProxy.java:60) i think that your filter filter himself :) -- Context

[magnolia-user] Re: Spring Security in Magnolia.

2015-10-05 Thread Xena (via Magnolia Forums)
Hi everyone Also our development team added the blossom module in Magnolia 5.3.1 and installed all the necessary Spring libraries in order to use the spring-security plugin. But got the same exceptions. We changed the web.xml file adding the filter: springSecurityFilterChain info.magnolia.m

[magnolia-user] Re: Spring Security in Magnolia.

2015-04-20 Thread Ailen Collado (via Magnolia Forums)
Hi Everyone, I am also trying to apply spring security to magnolia using version 5.3.7 and blossom version 3.0.6. First is I added spring security filter chain as what was mentioned in alternative #1 [url]https://wiki.magnolia-cms.com/display/WIKI/Using+Spring+Security+with+Magnolia+and+Blosso