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 "Senaka Fernando (JIRA)" <ji...@apache.org> on 2008/01/22 22:02:35 UTC

[jira] Created: (AXIS2C-929) Support for HTTP HEAD Method

Support for HTTP HEAD Method
----------------------------

                 Key: AXIS2C-929
                 URL: https://issues.apache.org/jira/browse/AXIS2C-929
             Project: Axis2-C
          Issue Type: New Feature
          Components: transport/http
    Affects Versions: Current (Nightly)
            Reporter: Senaka Fernando
             Fix For: 1.2.1


I have added support for handling HTTP HEAD Requests. Refer diff.txt for proposed patch.

Regards,
Senaka

-- 
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] Updated: (AXIS2C-929) Support for HTTP HEAD Method

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

Senaka Fernando updated AXIS2C-929:
-----------------------------------

    Attachment:     (was: diff.txt)

> Support for HTTP HEAD Method
> ----------------------------
>
>                 Key: AXIS2C-929
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-929
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>            Reporter: Senaka Fernando
>             Fix For: 1.2.1
>
>         Attachments: diff.txt
>
>
> I have added support for handling HTTP HEAD Requests. Refer diff.txt for proposed patch.
> Regards,
> Senaka

-- 
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] Updated: (AXIS2C-929) Support for HTTP HEAD Method

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

Senaka Fernando updated AXIS2C-929:
-----------------------------------

    Attachment: diff.txt

> Support for HTTP HEAD Method
> ----------------------------
>
>                 Key: AXIS2C-929
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-929
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>            Reporter: Senaka Fernando
>             Fix For: 1.2.1
>
>         Attachments: diff.txt
>
>
> I have added support for handling HTTP HEAD Requests. Refer diff.txt for proposed patch.
> Regards,
> Senaka

-- 
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] Closed: (AXIS2C-929) Support for HTTP HEAD Method

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

Senaka Fernando closed AXIS2C-929.
----------------------------------

    Assignee: Senaka Fernando  (was: Dushshantha Chandradasa)

Closed Issue

> Support for HTTP HEAD Method
> ----------------------------
>
>                 Key: AXIS2C-929
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-929
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>         Attachments: diff.txt
>
>
> I have added support for handling HTTP HEAD Requests. Refer diff.txt for proposed patch.
> Regards,
> Senaka

-- 
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-929) Support for HTTP HEAD Method

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

Dushshantha Chandradasa resolved AXIS2C-929.
--------------------------------------------

    Resolution: Fixed
      Assignee: Dushshantha Chandradasa

applied the patch. Thank Senaka for the patch

> Support for HTTP HEAD Method
> ----------------------------
>
>                 Key: AXIS2C-929
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-929
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>            Reporter: Senaka Fernando
>            Assignee: Dushshantha Chandradasa
>             Fix For: 1.2.1
>
>         Attachments: diff.txt
>
>
> I have added support for handling HTTP HEAD Requests. Refer diff.txt for proposed patch.
> Regards,
> Senaka

-- 
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] Updated: (AXIS2C-929) Support for HTTP HEAD Method

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

Senaka Fernando updated AXIS2C-929:
-----------------------------------

    Attachment: diff.txt

I have tested the patch with,
1. Simple Axis Server
2. Axis2/C Transport Sender
3. LibCURL based Sender
4. mod_axis2

I have also attached the modified echo_rest sample supporting HEAD requests. More info on HTTP HEAD Method can be found at [1].

[1] http://tools.ietf.org/html/rfc2616#section-9.4

Regards,
Senaka

> Support for HTTP HEAD Method
> ----------------------------
>
>                 Key: AXIS2C-929
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-929
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>            Reporter: Senaka Fernando
>             Fix For: 1.2.1
>
>         Attachments: diff.txt
>
>
> I have added support for handling HTTP HEAD Requests. Refer diff.txt for proposed patch.
> Regards,
> Senaka

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