[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-3670) Wicket filter shouldn't unconditionally set up scopes.

Clint Popetz (JIRA) jira-events at lists.jboss.org
Mon Dec 22 11:50:54 EST 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-3670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clint Popetz closed JBSEAM-3670.
--------------------------------

    Resolution: Done


More comments added, and committed in r9818.

> Wicket filter shouldn't unconditionally set up scopes.
> ------------------------------------------------------
>
>                 Key: JBSEAM-3670
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3670
>             Project: Seam
>          Issue Type: Patch
>            Reporter: Clint Popetz
>            Assignee: Clint Popetz
>         Attachments: wicketFilterContexts-take-2.patch, wicketFilterContexts.patch
>
>
> This breaks out the changes from 3645 with this comment:
> Seam's WicketFilter currently sets up scopes unconditionally if it is installed. This causes faces requests to fail because the SeamPhaseListener also sets up and tears down scopes, and so when the wicket filter finishes and tries to tear down its scopes, it finds them gone and an exception occurs. I've changed WicketFilter to not set up scopes, but instead to have WicketFilterInstantiator's anonymous subclass of the real WicketFilter install the scopes _if_ wicket has determined the request is a wicket request. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list