From 495b08f155353e4990b99548b65432bcd255f31f Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 3 Feb 2004 07:09:05 +0000 Subject: Bug 232096 - documenting content-type parameter for attachment.cgi. --- docs/xml/using.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/xml/using.xml') diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 27f745df5..75932c19d 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. -- cgit v1.2.3-24-g4f1b