Skip to main content

Bug Tracker

Side navigation

#5809 closed bug (fixed)

Opened January 15, 2010 02:24AM UTC

Closed August 10, 2010 12:05AM UTC

Content type on http://api.jquery.com/api/ is not application/xml

Reported by: ptarjan Owned by:
Priority: major Milestone: 1.4.1
Component: misc Version: 1.4
Keywords: Cc:
Blocked by: Blocking:
Description

Currently you have:

Content-Type text/html; charset=UTF-8

I'd recommend

Content-Type application/xml;

You can tell it is working correctly if firefox shows a nice XML tree instead of a text dump

Attachments (0)
Change History (2)

Changed June 13, 2010 11:58PM UTC by dmethvin comment:1

component: unfiledmisc

Changed August 10, 2010 12:05AM UTC by dmethvin comment:2

resolution: → fixed
status: newclosed

It's now text/xml and displays as a tree in Firefox.