]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
created
authormx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 <mxdavidrix@web>
Fri, 22 Jan 2016 16:04:56 +0000 (12:04 -0400)
committeradmin <admin@branchable.com>
Fri, 22 Jan 2016 16:04:56 +0000 (12:04 -0400)
doc/bugs/Images_detected_as_application__47__octet-stream__44___not_image__47____42__.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/Images_detected_as_application__47__octet-stream__44___not_image__47____42__.mdwn b/doc/bugs/Images_detected_as_application__47__octet-stream__44___not_image__47____42__.mdwn
new file mode 100644 (file)
index 0000000..f3baaac
--- /dev/null
@@ -0,0 +1,23 @@
+Steps to reproduce:
+
+ * Running ikiwiki version 3.20130904.1ubuntu1 on Ubuntu 14.04 LTS
+ * Also installed `perlmagick` and `libxml-writer-perl`
+ * Enable attachment plugin
+ * Set attachment rule to `mimetype(image/*)`
+ * Attempt to attach an image (e.g. downloaded version of https://commons.wikimedia.org/wiki/Category:Lolcats#/media/File:You_gotz_a_lolcat.jpg )
+
+What should happen:
+
+ * Attachment is uploaded
+
+What happens instead:
+
+ * Error message: `prohibited by allowed_attachments (file MIME type is application/octet-stream, not image/*)`
+
+Workaround:
+
+ * Change attachment rule to `mimetype(image/*) or application/octet-stream`
+
+Other notes:
+
+ * Downloading and uploading from a Windows machine via Firefox