[ 
https://issues.apache.org/jira/browse/WW-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211589#comment-15211589
 ] 

Greg Huber commented on WW-4605:
--------------------------------

I think we are actually comparing strings here, as the redirect is from the 
struts.xml

<result-type name="redirect" 
class="org.apache.struts2.result.ServletRedirectResult"/>

....if we would want to decouple from the actual classes, a ResultConfig 
reference to the redirect (from the configuration), and check getClassName() 
against the string value on the invocation.

Probably an overkill.

> Refactor MessageStoreInterceptor and use PreResultListener to store messages
> ----------------------------------------------------------------------------
>
>                 Key: WW-4605
>                 URL: https://issues.apache.org/jira/browse/WW-4605
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Interceptors
>    Affects Versions: 2.3.24
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>             Fix For: 2.3.28, 2.5
>
>
> See WW-4600 as this issue is similar, when response was already comitted 
> (redirect was send, JSP was rendered), logic in {{after}} method won't work 
> as it isn't possible to modify session when response was comitted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to