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 2009/04/26 20:36:30 UTC

[jira] Created: (WICKET-2243) WicketSessionFilter assumes that the WicketFilter has already been inited

WicketSessionFilter assumes that the WicketFilter has already been inited
-------------------------------------------------------------------------

                 Key: WICKET-2243
                 URL: https://issues.apache.org/jira/browse/WICKET-2243
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.6, 1.4-RC3
            Reporter: Dominik Drzewiecki
            Assignee: Igor Vaynberg
            Priority: Critical
             Fix For: 1.3.6, 1.4-RC3


The patch applied for issue 2151 breaks things. According to the servlet specs, the order in which container initializes filters is undefined. WicketSessionFilter assumes that the appropriate wicket filter serving wicket application has already been inited. This is particularly noticeable on WebSphere AppServer 6.1 (6.1.0.19), while on Tomcat 6.0 and 5.5 runs fine.


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


[jira] Commented: (WICKET-2243) WicketSessionFilter assumes that the WicketFilter has already been inited

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702916#action_12702916 ] 

Igor Vaynberg commented on WICKET-2243:
---------------------------------------

this is checked into 1.3.x branch, but didnt make the 1.3.6 release candidate. 

> WicketSessionFilter assumes that the WicketFilter has already been inited
> -------------------------------------------------------------------------
>
>                 Key: WICKET-2243
>                 URL: https://issues.apache.org/jira/browse/WICKET-2243
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.6, 1.4-RC3
>            Reporter: Dominik Drzewiecki
>            Assignee: Igor Vaynberg
>            Priority: Critical
>             Fix For: 1.3.6
>
>
> The patch applied for issue 2151 breaks things. According to the servlet specs, the order in which container initializes filters is undefined. WicketSessionFilter assumes that the appropriate wicket filter serving wicket application has already been inited. This is particularly noticeable on WebSphere AppServer 6.1 (6.1.0.19), while on Tomcat 6.0 and 5.5 runs fine.

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


[jira] Resolved: (WICKET-2243) WicketSessionFilter assumes that the WicketFilter has already been inited

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

Igor Vaynberg resolved WICKET-2243.
-----------------------------------

    Resolution: Fixed

> WicketSessionFilter assumes that the WicketFilter has already been inited
> -------------------------------------------------------------------------
>
>                 Key: WICKET-2243
>                 URL: https://issues.apache.org/jira/browse/WICKET-2243
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.6, 1.4-RC3
>            Reporter: Dominik Drzewiecki
>            Assignee: Igor Vaynberg
>            Priority: Critical
>             Fix For: 1.3.6
>
>
> The patch applied for issue 2151 breaks things. According to the servlet specs, the order in which container initializes filters is undefined. WicketSessionFilter assumes that the appropriate wicket filter serving wicket application has already been inited. This is particularly noticeable on WebSphere AppServer 6.1 (6.1.0.19), while on Tomcat 6.0 and 5.5 runs fine.

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


[jira] Updated: (WICKET-2243) WicketSessionFilter assumes that the WicketFilter has already been inited

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

Igor Vaynberg updated WICKET-2243:
----------------------------------

    Fix Version/s:     (was: 1.4-RC3)

> WicketSessionFilter assumes that the WicketFilter has already been inited
> -------------------------------------------------------------------------
>
>                 Key: WICKET-2243
>                 URL: https://issues.apache.org/jira/browse/WICKET-2243
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.6, 1.4-RC3
>            Reporter: Dominik Drzewiecki
>            Assignee: Igor Vaynberg
>            Priority: Critical
>             Fix For: 1.3.6
>
>
> The patch applied for issue 2151 breaks things. According to the servlet specs, the order in which container initializes filters is undefined. WicketSessionFilter assumes that the appropriate wicket filter serving wicket application has already been inited. This is particularly noticeable on WebSphere AppServer 6.1 (6.1.0.19), while on Tomcat 6.0 and 5.5 runs fine.

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