You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Guido March (JIRA)" <ji...@apache.org> on 2009/08/25 09:57:59 UTC

[jira] Created: (AXIS2C-1389) File handle leak when requesting static wsdl

File handle leak when requesting static wsdl
--------------------------------------------

                 Key: AXIS2C-1389
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1389
             Project: Axis2-C
          Issue Type: Bug
          Components: transport/http
         Environment: Apache2.2 using mod_axis2 on win
            Reporter: Guido March
            Priority: Minor


Requesting the WSDL description using the http://serviceurl?wsdl mechanism consumes a filehandle on the server.

Reason: The axis2_http_transport_utils_get_services_static_wsdl() function in file http_transport_utils.c opens the WSDL description file but never closes it.

I think it is a good idea to close the filehandle before leaving this function.

Greetings,
Guido March.

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


[jira] Resolved: (AXIS2C-1389) File handle leak when requesting static wsdl

Posted by "Nandika Jayawardana (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandika Jayawardana resolved AXIS2C-1389.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: Current (Nightly)

Fixed.

> File handle leak when requesting static wsdl
> --------------------------------------------
>
>                 Key: AXIS2C-1389
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1389
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>         Environment: Apache2.2 using mod_axis2 on win
>            Reporter: Guido March
>            Assignee: Nandika Jayawardana
>            Priority: Minor
>             Fix For: Current (Nightly)
>
>
> Requesting the WSDL description using the http://serviceurl?wsdl mechanism consumes a filehandle on the server.
> Reason: The axis2_http_transport_utils_get_services_static_wsdl() function in file http_transport_utils.c opens the WSDL description file but never closes it.
> I think it is a good idea to close the filehandle before leaving this function.
> Greetings,
> Guido March.

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


[jira] Assigned: (AXIS2C-1389) File handle leak when requesting static wsdl

Posted by "Nandika Jayawardana (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandika Jayawardana reassigned AXIS2C-1389:
-------------------------------------------

    Assignee: Nandika Jayawardana

> File handle leak when requesting static wsdl
> --------------------------------------------
>
>                 Key: AXIS2C-1389
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1389
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>         Environment: Apache2.2 using mod_axis2 on win
>            Reporter: Guido March
>            Assignee: Nandika Jayawardana
>            Priority: Minor
>             Fix For: Current (Nightly)
>
>
> Requesting the WSDL description using the http://serviceurl?wsdl mechanism consumes a filehandle on the server.
> Reason: The axis2_http_transport_utils_get_services_static_wsdl() function in file http_transport_utils.c opens the WSDL description file but never closes it.
> I think it is a good idea to close the filehandle before leaving this function.
> Greetings,
> Guido March.

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