Feature #50637

Allow arbitrary HTTP request methods

Added by Robert Lemke about 2 years ago. Updated almost 2 years ago.

Status:Resolved Start date:2013-08-01
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Http
Target version:TYPO3 Flow Base Distribution - 2.x
PHP Version:5.4 Complexity:
Has patch:No

Description

Currently HTTP\Request checks if the provided method is in a list of standard-compliant request methods ("GET", "POST", "PUT" etc.).

There are, however, web services which require their own, custom request methods, like for example "COPY". Therefore remove this check in Http\Request.

Associated revisions

Revision 575a2843
Added by Robert Lemke almost 2 years ago

[FEATURE] Allow arbitrary request methods in HTTP\Request

This patch removes a check in the HTTP Request class which
previously disallowed custom HTTP request methods such as "COPY".

Change-Id: I7a6694a71b739aba93e86d0c00c09c6eeedaf09f
Releases: master
Resolves: #50637

Revision 1b756e93
Added by Robert Lemke almost 2 years ago

[FEATURE] Allow arbitrary request methods in HTTP\Request

This patch removes a check in the HTTP Request class which
previously disallowed custom HTTP request methods such as "COPY".

Change-Id: I7a6694a71b739aba93e86d0c00c09c6eeedaf09f
Releases: master
Resolves: #50637

History

#1 Updated by Anonymous almost 2 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

#2 Updated by Gerrit Code Review almost 2 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23354

#3 Updated by Gerrit Code Review almost 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23354

#4 Updated by Gerrit Code Review almost 2 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23354

#5 Updated by Anonymous almost 2 years ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF