You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Dustin Amrhein (JIRA)" <ji...@apache.org> on 2008/07/15 14:55:31 UTC

[jira] Closed: (AXIS2-3908) Prevent StackOverFlowError in AxisServlet

     [ https://issues.apache.org/jira/browse/AXIS2-3908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dustin Amrhein closed AXIS2-3908.
---------------------------------


> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org