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 comment:1
component: | unfiled → ajax |
---|---|
keywords: | → needsreview |
priority: | undecided → low |
status: | new → open |
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.