Project

General

Profile

Actions

Bug #90296

closed

HTTP Method REPORT Needed

Added by Stefan Horst over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2020-02-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hey,

for one of my extensions i need the REPORT Http Method.

Therefor the Class TYPO3\CMS\Core\Http\Request needs to be patched.

```
/** * Supported HTTP methods * * @var array
*/
protected $supportedMethods = [
'CONNECT',
'DELETE',
'GET',
'HEAD',
'OPTIONS',
'PATCH',
'POST',
'PUT',
'TRACE',
// WebDAV methods
'COPY',
'LOCK',
'MKCOL',
'MOVE',
'PROPFIND',
'PROPPATCH',
'UNLOCK',
'REPORT'
];
```

I will commit a github pr and reference this issue.

br

Stefan


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #90297: Add REPORT HTTP MethodClosed2020-02-02

Actions
Actions #1

Updated by Georg Ringer over 4 years ago

Actions #2

Updated by Georg Ringer over 4 years ago

  • Status changed from New to Closed

closed in favor of auto created issue #90297

Actions

Also available in: Atom PDF