aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/can__39__t_upload_a_simple_png_image:_prohibited_by_allowed__95__attachments_...
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-12-03 14:47:08 -0400
committeradmin <admin@branchable.com>2013-12-03 14:47:08 -0400
commitb78f6e81ae65503ee0620a5aef11f84145aacbe2 (patch)
treef3da14836438ece045c983daa11bd78ddbc6df95 /doc/bugs/can__39__t_upload_a_simple_png_image:_prohibited_by_allowed__95__attachments___40__file_MIME_type_is_application__47__octet-stream....mdwn
parent854152c299da91cd9e1c27789c8c3fd57b8fb28e (diff)
downloadikiwiki-b78f6e81ae65503ee0620a5aef11f84145aacbe2.tar
ikiwiki-b78f6e81ae65503ee0620a5aef11f84145aacbe2.tar.gz
a weird bug with png file uploads
Diffstat (limited to 'doc/bugs/can__39__t_upload_a_simple_png_image:_prohibited_by_allowed__95__attachments___40__file_MIME_type_is_application__47__octet-stream....mdwn')
-rw-r--r--doc/bugs/can__39__t_upload_a_simple_png_image:_prohibited_by_allowed__95__attachments___40__file_MIME_type_is_application__47__octet-stream....mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/can__39__t_upload_a_simple_png_image:_prohibited_by_allowed__95__attachments___40__file_MIME_type_is_application__47__octet-stream....mdwn b/doc/bugs/can__39__t_upload_a_simple_png_image:_prohibited_by_allowed__95__attachments___40__file_MIME_type_is_application__47__octet-stream....mdwn
new file mode 100644
index 000000000..f5dca8f9b
--- /dev/null
+++ b/doc/bugs/can__39__t_upload_a_simple_png_image:_prohibited_by_allowed__95__attachments___40__file_MIME_type_is_application__47__octet-stream....mdwn
@@ -0,0 +1,18 @@
+When uploading a PNG file on the wiki, through the webinterface or anonymous git, i get:
+
+ icon.png prohibited by allowed_attachments (file MIME type is application/octet-stream, not application/vnd.oasis.opendocument.*)
+
+`attachment_allowed_attachments` is set to:
+
+ virusfree() and (mimetype(image/*) or mimetype(text/*) or mimetype(application/x-gzip) or mimetype(application/vnd.oasis.opendocument.*)) and maxsize(2048kb)
+
+Maybe a bug in the [[filecheck]] plugin?
+
+This is ikiwiki 3.20130904.1~bpo70+1 on Debian wheezy, with some patches applied, namely:
+
+ * [[todo/option_to_send_only_the_diff_in_notifyemail]]
+ * [[bugs/syslog_fails_with_non-ASCII_wikinames]]
+ * [[bugs/notifyemail_fails_with_some_openid_providers]]
+ * [[bugs/crashes_in_the_python_proxy_even_if_disabled]]
+
+Weird... --[[anarcat]]