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 "Jonas Boëthius (JIRA)" <ji...@apache.org> on 2007/03/26 13:31:33 UTC

[jira] Created: (AXIS2-2390) The AxisServlet does not implement init(ServletConfig) according to the API recommendation

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


[jira] Commented: (AXIS2-2390) The AxisServlet does not implement init(ServletConfig) according to the API recommendation

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486964 ] 

Davanum Srinivas commented on AXIS2-2390:
-----------------------------------------

fixed in svn revision 525830

thanks,
dims

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


[jira] Resolved: (AXIS2-2390) The AxisServlet does not implement init(ServletConfig) according to the API recommendation

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org