mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 01:40:53 -04:00
The ETag set in the IF_NONE_MODIFIED header is wraped in quotes (").
However the ETag that is set in response is not (yet). Also we need to
cast the ETag to a string.
* Added unit test
|
||
|---|---|---|
| .. | ||
| ContentSecurityPolicyTest.php | ||
| DataResponseTest.php | ||
| DispatcherTest.php | ||
| DownloadResponseTest.php | ||
| HttpTest.php | ||
| JSONResponseTest.php | ||
| OCSResponseTest.php | ||
| RedirectResponseTest.php | ||
| requeststream.php | ||
| RequestTest.php | ||
| ResponseTest.php | ||
| StreamResponseTest.php | ||
| TemplateResponseTest.php | ||