Hi,

 From the docs it appears that Flash Scope uses "session" but not 
"request" scope and that it does some prefixing to avoid conflicts if 
the Flash Scope was used more than once for the same named attribute.  
It also appears to timeout objects after 2 minutes so it has some cleanup.

Albeit "request" scope has potential issue like not being multi-threaded 
(HashMap can result in an infinite loop on reads if it is being modified 
by another thread) I am not aware of any other issues.  Also with 
"request" scope object cleanup is automatically taken care of once the 
response completes.

I'm sure there are some pretty simple and very valid reasons as to why 
it wouldn't simply use "request" scope.

Anyone know why?
( I suspect it has something to do with forwarding or redirecting requests )

--Nikolaos


------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to