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
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
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