Prevent StackOverFlowError in AxisServlet
-----------------------------------------

                 Key: AXIS2-3908
                 URL: https://issues.apache.org/jira/browse/AXIS2-3908
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
    Affects Versions: 1.4.1, nightly
            Reporter: Dustin Amrhein
            Assignee: Dustin Amrhein


There is a potential for a StackOverFlowError in the AxisServlet's init() 
methods. Since the init() potentially calls init(ServletConfig), depending on 
the underlying Servlet implementation utilized, this could cause issues. A 
simple flag can be set in the init(ServletConfig) method to indicate it has 
already been called on a specific AxisServlet instance. If it has been called, 
the init() method should not need to call it yet again.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to