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.

Reply via email to