Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-3908

Prevent StackOverFlowError in AxisServlet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.1, nightly
    • 1.4.1
    • transports
    • None

    Description

      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.

      Attachments

        Activity

          People

            dustin Dustin J. Mitchell
            dustin Dustin J. Mitchell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: