Skip to main content

Bug Tracker

Side navigation

#9632 closed bug (fixed)

Opened June 21, 2011 08:23AM UTC

Closed July 01, 2011 12:19AM UTC

Fixed: jQuery.ajax() method doesn't support res protocol

Reported by: web@ecranesoft.com Owned by:
Priority: low Milestone: 1.next
Component: ajax Version: 1.6.1
Keywords: needsreview Cc:
Blocked by: Blocking:
Description

Fixed: jQuery.ajax() method doesn't support res protocol(res://)

find:

rlocalProtocol = /^(?:about|app|app\\-storage|.+\\-extension|file|widget):$/,

replace with:

rlocalProtocol = /^(?:about|app|app\\-storage|.+\\-extension|file|res|widget):$/,
Attachments (0)
Change History (2)

Changed June 21, 2011 05:21PM UTC by timmywil comment:1

component: unfiledajax
keywords: → needsreview
priority: undecidedlow
status: newopen

Thanks for taking the time to contribute to the jQuery project!

I don't have experience with the res protocol, but this might be something we can look into since we do support the file protocol.

Changed July 01, 2011 12:19AM UTC by jaubourg comment:2

resolution: → fixed
status: openclosed

Fixes #9632. Adds res:// protocol to the list of local protocols.

Changeset: e6f8951983b8ce1af8986651fd412f9e569504c6