Hi guys,
I have exactly the same problem. I've configured the filter in the web.xml:
[code]
<filter>
<filter-name>springSecurityFilterChainn</filter-name>
<filter-class>info.magnolia.module.blossom.web.InstallationAwareDelegatingFilterProxy</filter-class>
</filter>
<filter-mapping>
<filter-name>springSecurityFilterChainn</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>[/code]
and I've defined a bean like this
[code]
<bean id="springSecurityFilterChainn"
class="my.filters.AjaxSecurityFilter"></bean>
[/code]
and I'm getting
[code]org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
named 'springSecurityFilterChainn' is defined[/code]
I guess it's something wrong in general.
I've tried the other way too: to configure the Spring Filter in the Magnolia
Filter Chain over the Admin UI, but I couldn't bring it to work. I couldn't
find any example about the usage of
[code]info.magnolia.cms.filters.FilterDecorator[/code]. How can I use the
FilterDecorator?
Thanks & regards,
Angel
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=bbe5cc24-fa3d-4ecd-9a50-85e3776a2317
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------