You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Carlin Rogers (JIRA)" <ji...@apache.org> on 2008/05/29 19:25:45 UTC

[jira] Created: (BEEHIVE-1220) The BaseHandler.reinit() method does not call the reinit() method on the _previousHandler member

The BaseHandler.reinit() method does not  call the reinit() method on the _previousHandler member
-------------------------------------------------------------------------------------------------

                 Key: BEEHIVE-1220
                 URL: https://issues.apache.org/jira/browse/BEEHIVE-1220
             Project: Beehive
          Issue Type: Bug
          Components: NetUI
    Affects Versions: 1.0.2, 1.0.1, 1.0
            Reporter: Carlin Rogers
            Assignee: Carlin Rogers
             Fix For: V.Next


The BaseHandler.reinit() method does not  call the reinit() method on the _previousHandler member. In the case where the handlers are reinitialized, any previous handlers will not have a correct servlet context. For example if the Handlers are serialized and de-serialized, The transient servlet context member will be null. A reinit() will not reset the servlet context member of the previous handler member... resulting in an NPE in some calls call to the previous handler.

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


[jira] Resolved: (BEEHIVE-1220) The BaseHandler.reinit() method does not call the reinit() method on the _previousHandler member

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

Carlin Rogers resolved BEEHIVE-1220.
------------------------------------

    Resolution: Fixed

This is resolved with the change made in SVN revision 665719.

> The BaseHandler.reinit() method does not  call the reinit() method on the _previousHandler member
> -------------------------------------------------------------------------------------------------
>
>                 Key: BEEHIVE-1220
>                 URL: https://issues.apache.org/jira/browse/BEEHIVE-1220
>             Project: Beehive
>          Issue Type: Bug
>          Components: NetUI
>    Affects Versions: 1.0, 1.0.1, 1.0.2
>            Reporter: Carlin Rogers
>            Assignee: Carlin Rogers
>             Fix For: V.Next
>
>
> The BaseHandler.reinit() method does not  call the reinit() method on the _previousHandler member. In the case where the handlers are reinitialized, any previous handlers will not have a correct servlet context. For example if the Handlers are serialized and de-serialized, The transient servlet context member will be null. A reinit() will not reset the servlet context member of the previous handler member... resulting in an NPE in some calls call to the previous handler.

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