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

Davanum Srinivas resolved AXIS2-2390.
-------------------------------------

    Resolution: Fixed

> The AxisServlet does not implement init(ServletConfig) according to the API 
> recommendation
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2390
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2390
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1.1
>         Environment: Axis2, version 1.1.1
> Tomcat 5.0
> JDK1.6.0
>            Reporter: Jonas Boëthius
>            Priority: Minor
>
> When extending javax.servlet.HttpServlet and overriding the 
> init(ServletConfig) method, the API documentation states that 
> super.init(ServletConfig) should be invoked: "When overriding this form of 
> the method, call super.init(config)".
> Invoking super.init(ServletConfig) is not done by the AxisServlet. This may 
> cause unexpected behavior, e.g. when extending the AxisServlet for an 
> application specific version.

-- 
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