Opened 12 years ago
Closed 12 years ago
#9632 closed bug (fixed)
Fixed: jQuery.ajax() method doesn't support res protocol
Reported by: | 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):$/,
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Keywords: | needsreview added |
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fixes #9632. Adds res:// protocol to the list of local protocols.
Changeset: e6f8951983b8ce1af8986651fd412f9e569504c6
Note: See
TracTickets for help on using
tickets.
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.