which causes S3 to interpret this as a .zip file. When later
downloading the "example.idml" from S3 one is presented with a
"example.idml.zip" file. Not setting the content-type, if it is the
empty string, fixes this.
(Fixed two non-related specs as well for a happy Travis-CI :))
Hi guys,
we encountered a problem with
*.idml
files. In the browsers thefile.type
is the empty string''
. Hence, S3 is sentwhich causes S3 to interpret this as a
.zip
file. When later downloading the "example.idml" from S3 one is presented with a "example.idml.zip" file. Not setting the content-type, if it is the empty string, fixes this.(Fixed two non-related specs as well for a happy Travis-CI :))