In the FileHandler.cs (CMSPages/GetAzureProviderFile.aspx), the mime type is being incorrectly set (based on the path)
i.e. SetResponseContentType(path);
Expected behavior
The SetResponseContentType method is expecting a mime type.
e.g. SetResponseContentType(MimeMapping.GetMimeMapping(path));
Brief bug description
In the FileHandler.cs (CMSPages/GetAzureProviderFile.aspx), the mime type is being incorrectly set (based on the path) i.e. SetResponseContentType(path);
Expected behavior
The SetResponseContentType method is expecting a mime type. e.g. SetResponseContentType(MimeMapping.GetMimeMapping(path));