From: gerv%gerv.net <> Date: Tue, 3 Feb 2004 07:09:05 +0000 (+0000) Subject: Bug 232096 - documenting content-type parameter for attachment.cgi. X-Git-Tag: bugzilla-2.17.7~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=495b08f155353e4990b99548b65432bcd255f31f;p=thirdparty%2Fbugzilla.git Bug 232096 - documenting content-type parameter for attachment.cgi. --- diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 27f745df50..75932c19d1 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -584,6 +584,12 @@ reverse order and edit the referring file so that they point to the attached files. This way, the test case works immediately out of the bug. + + Bugzilla stores and uses a Content-Type for each attachment + (e.g. text/html). To download an attachment as a different + Content-Type (e.g. application/xhtml+xml), you can override this + using a 'content-type' parameter on the URL, e.g. + &content-type=text/plain.