filebackend: rename and simplify header sanitizing methods in SwiftFileBackend
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Sep 2019 08:04:58 +0000 (01:04 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 8 Sep 2019 19:42:25 +0000 (12:42 -0700)
commit8d1e7c00c6145457ab61f340a532ee146104d314
treebd50ff2ec5437ec1f99728797260d38d7d25f230
parentcd898eb4ededc3ab85b5e40708a4f747be2871dd
filebackend: rename and simplify header sanitizing methods in SwiftFileBackend

In addition:
* Remove restriction that Content-Type was ignored in 'copy' and 'move'.
* Fix failing tests due to copy/move not respecting 'ignoreMissingSource'
  when using doQuickOperations().

Change-Id: Id1befeefeaaf75f0a6bf0e68b1e62271d432f953
includes/libs/filebackend/FileBackendStore.php
includes/libs/filebackend/SwiftFileBackend.php
includes/libs/filebackend/fileophandle/SwiftFileOpHandle.php
tests/phpunit/includes/filebackend/SwiftFileBackendTest.php