Closed
Bug 283933
Opened 20 years ago
Closed 20 years ago
Bugzilla should send XML templates as application/xml
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: annevk, Assigned: annevk)
Details
Attachments
(1 file)
|
873 bytes,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
The patch I'm going to attach already got review (and approval) in bug 87976 (attachment 175436 [details] [diff] [review]). It just needed to be moved to a separate bug. Do I need to get these things again?
| Assignee | ||
Comment 1•20 years ago
|
||
Assignee: general → bug
Status: NEW → ASSIGNED
Comment 2•20 years ago
|
||
Yeah, we need to get the things again. We need to just be certain that there's no problem in any browser (or anything else that we want to serve XML to) with application/xml.
Target Milestone: --- → Bugzilla 2.20
| Assignee | ||
Updated•20 years ago
|
Attachment #175710 -
Flags: review?(justdave)
Comment 3•20 years ago
|
||
Comment on attachment 175710 [details] [diff] [review] patch #1 It's the correct mime type, if browsers choke on it, boo hiss on them. The ones that'll choke on it are likely the ones that wouldn't understand it anyway, and the change to application/* will just make them download it instead of display it, which is probably going to be the correct answer most of the time anyway (most people won't be pulling XML from a browser anyway, but from a script)
Attachment #175710 -
Flags: review?(justdave) → review+
| Assignee | ||
Updated•20 years ago
|
Flags: approval?
Comment 4•20 years ago
|
||
I meant to approve this when I reviewed it... apologies.
Flags: approval? → approval+
Comment 5•20 years ago
|
||
Checking in Bugzilla/Constants.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/Constants.pm,v <-- Constants.pm new revision: 1.19; previous revision: 1.18 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•