You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/04/18 19:04:15 UTC

[jira] Created: (WICKET-484) There is a possibility of feedback messages cleaned up when they shouldnt be

There is a possibility of feedback messages cleaned up when they shouldnt be
----------------------------------------------------------------------------

                 Key: WICKET-484
                 URL: https://issues.apache.org/jira/browse/WICKET-484
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3
         Environment: wicket 1.3 as of 4/18/2007
            Reporter: Igor Vaynberg
         Assigned To: Eelco Hillenius
            Priority: Minor
             Fix For: 1.3


cases will be rare but possible. it would require two threads in two different pagemaps processing simultaneously.

so user goes to a form page, opens it in a new tab, submits in first, and then submits in the other. now one tab can have its feedback messages missing.

or maybe a user working in multiple tabs and having two different pages with forms on them. or maybe not even forms, just some status feedback messages can also be missing.

should we fix this? i think so.

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


[jira] Resolved: (WICKET-484) There is a possibility of feedback messages cleaned up when they shouldnt be

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eelco Hillenius resolved WICKET-484.
------------------------------------

    Resolution: Fixed

> There is a possibility of feedback messages cleaned up when they shouldnt be
> ----------------------------------------------------------------------------
>
>                 Key: WICKET-484
>                 URL: https://issues.apache.org/jira/browse/WICKET-484
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>         Environment: wicket 1.3 as of 4/18/2007
>            Reporter: Igor Vaynberg
>         Assigned To: Eelco Hillenius
>            Priority: Minor
>             Fix For: 1.3
>
>
> cases will be rare but possible. it would require two threads in two different pagemaps processing simultaneously.
> so user goes to a form page, opens it in a new tab, submits in first, and then submits in the other. now one tab can have its feedback messages missing.
> or maybe a user working in multiple tabs and having two different pages with forms on them. or maybe not even forms, just some status feedback messages can also be missing.
> should we fix this? i think so.

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