Hi,

I am currently trying to upgrade our Stripes installation from 1.4.0 to 1.4.3 
to be able to serialize the FlashScope (fix STS-319) and implement a replicated 
session storage for failover.

My replicating SessionManager works like a charm in 1.4 & 1.4.2 as long as I 
can serialize the session content. Upgrading to 1.4.3 while not using my 
SessionManager (using the default non persistent SessionManager) also works.

However,  I am experiencing a rather annoying bug in 1.4.3 when using the 
ReplicatingSessionManager; When I am making a POST request followed by a 
(flashed) redirect setContext(ActionBeanContext abc) is not called on the 
ActionBean in the new request. This leads to a NullPointerException in 
StripesFilter.java:217.

So, it seems like 1.4.3 and my SessionManager somehow are incompatible. Since I 
have spent almost an entire day trying to figure out what could be wrong and 
understanding the Stripes codebase I really have two questions; 1) Could this 
be a bug in Stripes? 2) Do you have any input on how how I can debug this issue?

Thanks,
Jens Rantil
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to