ETags must be quoted.
This commit is contained in:
parent
86893ea78c
commit
496c1581d7
|
@ -85,7 +85,7 @@ class OC_Response {
|
|||
self::setStatus(self::STATUS_NOT_MODIFIED);
|
||||
exit;
|
||||
}
|
||||
header('ETag: '.$etag);
|
||||
header('ETag: "'.$etag.'"');
|
||||
}
|
||||
|
||||
static public function setLastModifiedHeader($lastModified) {
|
||||
|
|
Loading…
Reference in New Issue