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 "Nandika Jayawardana (JIRA)" <ji...@apache.org> on 2008/06/09 07:25:45 UTC

[jira] Created: (AXIS2C-1184) add http_transport_utils_process_request method which can be used by all modules implementing the http transport

add http_transport_utils_process_request method which can be used by all modules implementing the http transport
----------------------------------------------------------------------------------------------------------------

                 Key: AXIS2C-1184
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1184
             Project: Axis2-C
          Issue Type: Improvement
         Environment: Windows/Linux
            Reporter: Nandika Jayawardana
             Fix For: Current (Nightly)


All modules implementing the http transport like IIS and Apache has lots of duplicated code in the worker. The amount of duplicated code can be reduced by implementing this method. Introduce two structures axis2_http_transport_in and  axis2_http_transport_out which will be populated by the respective modules and passed to the process_request method.



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


[jira] Resolved: (AXIS2C-1184) add http_transport_utils_process_request method which can be used by all modules implementing the http transport

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

Supun Kamburugamuva resolved AXIS2C-1184.
-----------------------------------------

    Resolution: Fixed
      Assignee: Supun Kamburugamuva

Method is implemented. Now IIS uses this method.

> add http_transport_utils_process_request method which can be used by all modules implementing the http transport
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1184
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1184
>             Project: Axis2-C
>          Issue Type: Improvement
>         Environment: Windows/Linux
>            Reporter: Nandika Jayawardana
>            Assignee: Supun Kamburugamuva
>             Fix For: Current (Nightly)
>
>
> All modules implementing the http transport like IIS and Apache has lots of duplicated code in the worker. The amount of duplicated code can be reduced by implementing this method. Introduce two structures axis2_http_transport_in and  axis2_http_transport_out which will be populated by the respective modules and passed to the process_request method.

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