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

Clint Popetz (JIRA) jira-events at lists.jboss.org
Tue Nov 4 14:11:20 EST 2008


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
         Attachments: 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