As it turns out, I was accessing the session in the interceptor by
final ActionContext context = invocation.getInvocationContext
();
HttpServletRequest request = (HttpServletRequest)
context.get(HTTP_REQUEST);
HttpSession session = request.getSess
I have an intermittent problem possibly related to session creation or
Interceptor configuration. In a few words, when a browser is first opened
and a valid action is requested, an exception is returned. After I request
the base application name with no action, a successful response is returned,
2 matches
Mail list logo