https://bugzilla.wikimedia.org/show_bug.cgi?id=67928

            Bug ID: 67928
           Summary: Vagrant: double-gzipped styles output to Safari
           Product: MediaWiki-Vagrant
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Created attachment 15923
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15923&action=edit
Screenshot of Safari network debugger panel for broken styles

The styles as loaded from my freshly installed mediawiki-vagrant:

http://localhost:8080/w/load.php?debug=false&lang=en&modules=mediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.skinning.interface%7Cmediawiki.ui.button%7Cskins.vector.styles&only=styles&skin=vector&*

somehow ends up delivering raw gzipped data in Safari, while I see the expected
decompressed CSS text in Chrome and Firefox. This of course means an unstyled
site which is not very usable. :D

I can actually save the garbled file to disk and gunzip it from there...

Doesn't seem to be browser cache, I can repro it on a second machine or by
changing URL.

Sometimes clears up if I manually remove or rearrange some modules from the
query string, but other times it gives me a different, but still extra-zipped,
data set.

Safari's debugger indicates the file is marked as gzipped, so it seems to be
double-gzipped rather than missing the header.


Interestingly, Content-Encoding header says "gzip, gzip". Hmmm.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to