Side navigation
#13261 closed bug (fixed)
Opened January 18, 2013 11:28AM UTC
Closed January 24, 2013 01:37AM UTC
Last modified March 23, 2013 08:44PM UTC
Ajax response with status code 204 must not be parsed
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In case the response to an ajax call returns with an HTTP status 204/No Content, jQuery must not try to apply any converters on the response but simply pass it on.
See this example: http://jsfiddle.net/mbhp2/
Attachments (0)
Change History (5)
Changed January 22, 2013 09:53PM UTC by comment:1
Changed January 24, 2013 01:37AM UTC by comment:2
Changed January 24, 2013 01:37AM UTC by comment:3
Changed March 23, 2013 08:44PM UTC by comment:5
_comment0: | As of 1.9.1, Response 204 triggers the fail() block. This ticket should be reopened. → 1364071777751467 |
---|
As of 1.9.1, even though response 204 triggers success, it still triggers the fail() block on cross domain requests. This ticket should be reopened.
Duplicate of http://bugs.jquery.com/ticket/13292