← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/autopkgtest-cloud:temp-disable-content-length into autopkgtest-cloud:master

 

Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:temp-disable-content-length into autopkgtest-cloud:master.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/464918
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:temp-disable-content-length into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/reactive/autopkgtest_web.py b/charms/focal/autopkgtest-web/reactive/autopkgtest_web.py
index 994a91a..971ae16 100644
--- a/charms/focal/autopkgtest-web/reactive/autopkgtest_web.py
+++ b/charms/focal/autopkgtest-web/reactive/autopkgtest_web.py
@@ -252,7 +252,9 @@ def set_up_web_config(apache):
                 # chunked, with no content-length header, which is
                 # required for external services relying on these
                 # static files
-                SetEnvIf Request_URI /static/(.*) ap_trust_cgilike_cl
+                # 24/04/2024 We are temporarily disabling content-length headers whilst
+                # britney still uses said header
+                # SetEnvIf Request_URI /static/(.*) ap_trust_cgilike_cl
 
                 # webcontrol CGI scripts
                 ScriptAlias /request.cgi {webcontrol_dir}/request.cgi/