https://bugzilla.wikimedia.org/show_bug.cgi?id=35052
MZMcBride <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.wikimedia. | |org/show_bug.cgi?id=54357 --- Comment #7 from MZMcBride <[email protected]> --- Interestingly, if the URL path begins with "w/" (cf. bug 54357), no "Refresh" header is output. Compare: --- mzmcbride@tools-login:~$ curl -I "http://en.wikipedia.org/o" HTTP/1.0 404 Not Found Date: Tue, 24 Sep 2013 21:30:29 GMT Server: Apache Cache-Control: s-maxage=2678400, max-age=2678400 X-Wikimedia-Debug: prot=http:// serv=en.wikipedia.org loc=/o Refresh: 5; url=http://en.wikipedia.org/wiki/o Content-Length: 2786 Content-Type: text/html; charset=utf-8 X-Cache: MISS from cp1007.eqiad.wmnet X-Cache-Lookup: MISS from cp1007.eqiad.wmnet:3128 X-Cache: MISS from cp1017.eqiad.wmnet X-Cache-Lookup: MISS from cp1017.eqiad.wmnet:80 Connection: close --- Here we see the "Refresh" header, confirming comment 0. Compare to: --- mzmcbride@tools-login:~$ curl -I "http://en.wikipedia.org/w/o" HTTP/1.0 404 Not Found Date: Tue, 24 Sep 2013 21:25:25 GMT Server: Apache Cache-Control: private, s-maxage=0, max-age=0, must-revalidate X-Wikimedia-Debug: prot=https:// serv=en.wikipedia.org loc=/w/o Content-Length: 2755 Content-Type: text/html; charset=utf-8 Age: 327 X-Cache: HIT from cp1020.eqiad.wmnet X-Cache-Lookup: HIT from cp1020.eqiad.wmnet:3128 X-Cache: MISS from cp1005.eqiad.wmnet X-Cache-Lookup: MISS from cp1005.eqiad.wmnet:80 Connection: close --- No "Refresh" header. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
