ETags must be quoted.

This commit is contained in:
Thomas Tanghus 2012-02-16 23:24:23 +01:00
parent 6f1ed85f0b
commit 71aa36c3f1
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class OC_Response {
self::setStatus(self::STATUS_NOT_MODIFIED);
exit;
}
header('ETag: '.$etag);
header('ETag: "'.$etag.'"');
}
/**