Ticket #6594 (closed enhancement: fixed)

Opened 8 months ago

Last modified 5 months ago

XHR registry plugin

Reported by: kriszyp Owned by: alex
Priority: normal Milestone: 1.2
Component: IO Version: 1.1.0
Severity: normal Keywords:
Cc:

Description

Adds a registry plugin system so that alternate XHR-similar transports can handle dojo.xhr requests. The main target is for server side proxy, XDomainRequest, and cross-site XMLHttpRequest.

Attachments

xhrPlugins.diff (11.0 kB) - added by kriszyp 7 months ago.
XHR Plugins

Change History

Changed 7 months ago by alex

(In [13397]) committing a cleaned-up version of Kris's XHR registry patch (CLA and CCLA on file). Refs #6594

Changed 7 months ago by kriszyp

This patch is semi-dependent on http://trac.dojotoolkit.org/ticket/6525. 6525 is a patch I submitted so that all xhr requests go through dojo.xhr (including rawXhrPut, rawXhrPost). rawXhr* won't be able to utilize the registry without that patch.

Changed 7 months ago by kriszyp

  • owner changed from kriszyp to alex

Changed 7 months ago by kriszyp

XHR Plugins

Changed 6 months ago by kriszyp

  • status changed from new to closed
  • resolution set to fixed

Changed 5 months ago by kriszyp

  • milestone changed from 1.3 to 1.2

This is committed, I am hoping we can have this in 1.2 since http://trac.dojotoolkit.org/ticket/6893 is dependent on this.

Note: See TracTickets for help on using tickets.