Skip to content
Snippets Groups Projects
  1. Oct 01, 2010
  2. Sep 27, 2010
  3. Oct 01, 2010
  4. Sep 30, 2010
  5. Sep 27, 2010
  6. Sep 28, 2010
  7. Sep 30, 2010
    • Erik Zielke's avatar
      tests: removed test names in tests · e3247ceaca5e
      Erik Zielke authored
      The name of the test files is replaced with a glob * expression,
      thereby the tests does not depend on the filename of the file they are
      in.
      e3247ceaca5e
  8. Sep 28, 2010
  9. Sep 27, 2010
  10. Sep 20, 2010
    • Ry4an Brase's avatar
      Correct Content-Type header values for archive downloads. · a72c5ff1260c
      Ry4an Brase authored
      The content type for both .tar.gz and .tar.bz2 downloads was
      application/x-tar, which is correct for .tar files when no
      Content-Encoding is present, but is not correct for .tar.gz and .tar.bz2
      files unless Content-Encoding is set to gzip or x-bzip2, respectively.
      
      However, setting Content-Encoding causes browsers to undo that encoding
      during download, when a .gz or .bz2 file is usually the desired
      artifact.  Omitting the Content-Encoding header is preferred to avoid
      having browsers uncompress non-render-able files.
      
      Additionally, the Content-Disposition line indicates a final desired
      filename with .tar.gz or .tar.bz2 extension which makes providing a
      Content-Encoding header inappropriate.
      
      With the current configuration browsers (Chrome and Firefox thus far)
      are registering the application/x-tar Content-Type and not .tar
      extension and appending that extension, yielding filename.tar.gz.tar as
      a final on-disk artifact.  This was originally reported here:
      http://stackoverflow.com/questions/3753659
      
      I've changed the .tar.gz and .tar.bz2 Content-Type values to
      application/x-gzip and application/x-bzip2, respectively.  Which yields
      correctly named download artifacts on Firefox, Chrome, and IE.
      a72c5ff1260c
  11. Sep 27, 2010
  12. Sep 26, 2010
Loading