<security:http pattern="/login/securityLogin.jsp*" security="none"/>
<security:http pattern="/images/**" security="none"/>
<security:http pattern="/scripts/**" security="none"/>
<security:http...
Type: Posts; User: sreekanth.nair; Keyword(s):
<security:http pattern="/login/securityLogin.jsp*" security="none"/>
<security:http pattern="/images/**" security="none"/>
<security:http pattern="/scripts/**" security="none"/>
<security:http...
This is my custom FilterInvocation
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
14:28:21,775 ERROR [org.springframework.web.context.ContextLoader] (MSC service thread 1-2) Context initialization failed: org.springframework.beans.factory.BeanCreationException: Error creating bean...
Thanks... I will check that and let you know if it works...
Its invoking but its throwing some exception while deployment like Filter can not have same precedence. Please let me know how do i stack this Filter
<sec:http auto-config="false" access-denied-page="/login/accessDenied.jsp" entry-point-ref="authenticationEntryPoint">
<sec:intercept-url pattern="/login/securityLogin.jsp*"...
This mail is for Kangaroo and to appreciate the way Roo is making things easier.
I was working in spring more than 3.5 years.. I was always enlighted with the way spring grows and making our life...