TokenInterceptor locking HTTP session for entire action invocation?

2015-07-10 Thread rgm
Using Struts 2.3.20.1. We have a long-running token-protected (for CSRF) action that can take up to about 30 seconds sometimes. When this action is running on behalf of "Alice", the "List Users" page for all other people on the system such as Bob and Charlie is hung, because the List Users page i

How to render an action URL

2015-07-10 Thread Mats Nyberg
Hi all I’m implementing an annotation based menu composing feature in a large Struts integrating web application. I would like to use Struts’ internal components (UrlRenderer, UrlProvider, ActionMapping…) for this. I’d like to do this programatically in Java code. This part of the feature tak