[arvados] updated: 2.5.0-251-gefd62fdef
git repository hosting
git at public.arvados.org
Tue Mar 7 15:38:37 UTC 2023
Summary of changes:
services/keep-web/handler_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via efd62fdeffaef4d47710511f7e1ac37d5b4cc5a7 (commit)
from c75359c0116392ea13ebf578c74e495c9e158f62 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit efd62fdeffaef4d47710511f7e1ac37d5b4cc5a7
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Mar 7 10:38:07 2023 -0500
Fix keep-web, refs #19899
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/keep-web/handler_test.go b/services/keep-web/handler_test.go
index 3b41d80cf..9228c3628 100644
--- a/services/keep-web/handler_test.go
+++ b/services/keep-web/handler_test.go
@@ -83,7 +83,7 @@ func (s *UnitSuite) TestCORSPreflight(c *check.C) {
c.Check(resp.Body.String(), check.Equals, "")
c.Check(resp.Header().Get("Access-Control-Allow-Origin"), check.Equals, "*")
c.Check(resp.Header().Get("Access-Control-Allow-Methods"), check.Equals, "COPY, DELETE, GET, LOCK, MKCOL, MOVE, OPTIONS, POST, PROPFIND, PROPPATCH, PUT, RMCOL, UNLOCK")
- c.Check(resp.Header().Get("Access-Control-Allow-Headers"), check.Equals, "Authorization, Content-Type, Range, Depth, Destination, If, Lock-Token, Overwrite, Timeout")
+ c.Check(resp.Header().Get("Access-Control-Allow-Headers"), check.Equals, "Authorization, Content-Type, Range, Depth, Destination, If, Lock-Token, Overwrite, Timeout, Cache-Control")
// Check preflight for a disallowed request
resp = httptest.NewRecorder()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list