You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Brian Jenkins (JIRA)" <ji...@apache.org> on 2010/06/11 02:55:14 UTC

[jira] Created: (COUCHDB-795) Allow broken HTTP clients to fake a full method vocabulary with an X-HTTP-METHOD-OVERRIDE header

Allow broken HTTP clients to fake a full method vocabulary with an X-HTTP-METHOD-OVERRIDE header
------------------------------------------------------------------------------------------------

                 Key: COUCHDB-795
                 URL: https://issues.apache.org/jira/browse/COUCHDB-795
             Project: CouchDB
          Issue Type: New Feature
          Components: HTTP Interface
            Reporter: Brian Jenkins
            Priority: Minor
             Fix For: 0.11.1
         Attachments: couchdiff

Some older HTTP clients can't issue all HTTP methods.

A common work-around is to POST a request with the X-HTTP-METHOD-OVERRIDE header set to the desired method.

A patch is attached which adds this facility to couchdb.

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


[jira] Updated: (COUCHDB-795) Allow broken HTTP clients to fake a full method vocabulary with an X-HTTP-METHOD-OVERRIDE header

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

Brian Jenkins updated COUCHDB-795:
----------------------------------

    Attachment: couchdiff

also applied to trunk and 0.11.x at http://github.com/bonkydog/couchdb


> Allow broken HTTP clients to fake a full method vocabulary with an X-HTTP-METHOD-OVERRIDE header
> ------------------------------------------------------------------------------------------------
>
>                 Key: COUCHDB-795
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-795
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: HTTP Interface
>            Reporter: Brian Jenkins
>            Priority: Minor
>             Fix For: 0.11.1
>
>         Attachments: couchdiff
>
>
> Some older HTTP clients can't issue all HTTP methods.
> A common work-around is to POST a request with the X-HTTP-METHOD-OVERRIDE header set to the desired method.
> A patch is attached which adds this facility to couchdb.

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


[jira] Closed: (COUCHDB-795) Allow broken HTTP clients to fake a full method vocabulary with an X-HTTP-METHOD-OVERRIDE header

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

Chris Anderson closed COUCHDB-795.
----------------------------------

    Resolution: Fixed

applied in 957610. Thanks!

> Allow broken HTTP clients to fake a full method vocabulary with an X-HTTP-METHOD-OVERRIDE header
> ------------------------------------------------------------------------------------------------
>
>                 Key: COUCHDB-795
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-795
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: HTTP Interface
>            Reporter: Brian Jenkins
>            Priority: Minor
>             Fix For: 0.11.1
>
>         Attachments: couchdiff
>
>
> Some older HTTP clients can't issue all HTTP methods.
> A common work-around is to POST a request with the X-HTTP-METHOD-OVERRIDE header set to the desired method.
> A patch is attached which adds this facility to couchdb.

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