Hello,
It appears there is a small defect in SpringInterceptor in stripes-1.5.1
I have two interceptors declared.
SpringInterceptor ,
SecurityInterceptor
Security interceptor checks permissions and might redirect request to outside
application if permissions don't pass by doing
RedirectResolution ret = new RedirectResolution("http://landingapp.com", false);
However, when it gets back springInterceptor.
This line
log.debug("Running Spring dependency injection for instance of ",
context.getActionBean().getClass().getSimpleName());
produces NPE because there is actionBean
my work around for now is to make sure SpringInterceptor goes after
SecurityIntercepor.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users