Comment 6 for bug 1005903

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/8034
Committed: http://github.com/openstack/swift/commit/9f5a6bba1a954c6c3009a824dbb4a5ef582304d5
Submitter: Jenkins
Branch: master

commit 9f5a6bba1a954c6c3009a824dbb4a5ef582304d5
Author: Ionuț Arțăriși <email address hidden>
Date: Fri Jun 1 16:39:35 2012 +0200

    only allow methods which implement HTTP verbs to be called remotely

    This fixes 500 server crashes caused by requests such as:

    curl -X__init__ "http://your-swift-object-server:6000/sda1/p/a/c/o"

    Fixes bug 1005903

    Change-Id: I6c0ad39a29e07ce5f46b0fdbd11a53a9a1010a04