[
https://issues.apache.org/jira/browse/WW-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15124874#comment-15124874
]
Alireza Fattahi commented on WW-4600:
-------------------------------------
The error happens in these lines:
session.put(actionErrorsSessionKey,
validationAwareAction.getActionErrors());
session.put(actionMessagesSessionKey,
validationAwareAction.getActionMessages());
session.put(fieldErrorsSessionKey, validationAwareAction.getFieldErrors());
> MessageStoreInterceptor throws Session already invalidated
> -----------------------------------------------------------
>
> Key: WW-4600
> URL: https://issues.apache.org/jira/browse/WW-4600
> Project: Struts 2
> Issue Type: Bug
> Components: Core Interceptors
> Reporter: Alireza Fattahi
> Fix For: 2.5.x
>
>
> The MessageStoreInterceptor may throw the java.lang.IllegalStateException:
> getAttribute: Session already invalidated at line 289, if the action
> invalidte the session.
> Can this be solved ?!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)