You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Thomas Micheline (JIRA)" <ji...@apache.org> on 2007/02/13 22:13:15 UTC

[jira] Created: (WW-1742) new token associated execute and wait interceptor

new token associated execute and wait interceptor
-------------------------------------------------

                 Key: WW-1742
                 URL: https://issues.apache.org/struts/browse/WW-1742
             Project: Struts 2
          Issue Type: Improvement
          Components: Interceptors
            Reporter: Thomas Micheline
            Priority: Minor


A new interceptor could be created which associates background processes with a token rather than a session.  This way, an application could allow separate background processes to the same user operating in multiple windows/tabs.  I'll provide the class which makes use of the getName method suggest in WW-1740 (and the change in WW-1741 is also needed if the token interceptor preceeds this interceptor in the stack).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-1742) new token associated execute and wait interceptor

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted updated WW-1742:
---------------------------

    Fix Version/s: 2.1.0

> new token associated execute and wait interceptor
> -------------------------------------------------
>
>                 Key: WW-1742
>                 URL: https://issues.apache.org/struts/browse/WW-1742
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Interceptors
>            Reporter: Thomas Micheline
>            Priority: Minor
>             Fix For: 2.1.0
>
>         Attachments: TokenizedExecuteAndWaitInterceptor.java
>
>
> A new interceptor could be created which associates background processes with a token rather than a session.  This way, an application could allow separate background processes to the same user operating in multiple windows/tabs.  I'll provide the class which makes use of the getName method suggest in WW-1740 (and the change in WW-1741 is also needed if the token interceptor preceeds this interceptor in the stack).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-1742) new token associated execute and wait interceptor

Posted by "Thomas Micheline (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Micheline updated WW-1742:
---------------------------------

    Attachment: TokenizedExecuteAndWaitInterceptor.java

The interceptor class suggested.

> new token associated execute and wait interceptor
> -------------------------------------------------
>
>                 Key: WW-1742
>                 URL: https://issues.apache.org/struts/browse/WW-1742
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Interceptors
>            Reporter: Thomas Micheline
>            Priority: Minor
>         Attachments: TokenizedExecuteAndWaitInterceptor.java
>
>
> A new interceptor could be created which associates background processes with a token rather than a session.  This way, an application could allow separate background processes to the same user operating in multiple windows/tabs.  I'll provide the class which makes use of the getName method suggest in WW-1740 (and the change in WW-1741 is also needed if the token interceptor preceeds this interceptor in the stack).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-1742) new token associated execute and wait interceptor

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown updated WW-1742:
--------------------------

    Fix Version/s:     (was: 2.1.x)
                   2.2.x

> new token associated execute and wait interceptor
> -------------------------------------------------
>
>                 Key: WW-1742
>                 URL: https://issues.apache.org/struts/browse/WW-1742
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Interceptors
>            Reporter: Thomas Micheline
>            Priority: Minor
>             Fix For: 2.2.x
>
>         Attachments: TokenizedExecuteAndWaitInterceptor.java
>
>
> A new interceptor could be created which associates background processes with a token rather than a session.  This way, an application could allow separate background processes to the same user operating in multiple windows/tabs.  I'll provide the class which makes use of the getName method suggest in WW-1740 (and the change in WW-1741 is also needed if the token interceptor preceeds this interceptor in the stack).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-1742) new token associated execute and wait interceptor

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown updated WW-1742:
--------------------------

    Fix Version/s:     (was: 2.1.1)
                   2.1.x

Nice.  I wonder if this class would be better suited to a plugin or perhaps integrated into the existing interceptor.  What do you think?

> new token associated execute and wait interceptor
> -------------------------------------------------
>
>                 Key: WW-1742
>                 URL: https://issues.apache.org/struts/browse/WW-1742
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Interceptors
>            Reporter: Thomas Micheline
>            Priority: Minor
>             Fix For: 2.1.x
>
>         Attachments: TokenizedExecuteAndWaitInterceptor.java
>
>
> A new interceptor could be created which associates background processes with a token rather than a session.  This way, an application could allow separate background processes to the same user operating in multiple windows/tabs.  I'll provide the class which makes use of the getName method suggest in WW-1740 (and the change in WW-1741 is also needed if the token interceptor preceeds this interceptor in the stack).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.