Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | <?xml version='1.0' encoding='UTF-8'?> |
michael@0 | 2 | <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" |
michael@0 | 3 | xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
michael@0 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
michael@0 | 5 | <soap:Body> |
michael@0 | 6 | <jsconf xmlns="http://www.example.com/ns1"> |
michael@0 | 7 | <response xmlns:ab="http://www.example.com/ns2"> |
michael@0 | 8 | <meta> |
michael@0 | 9 | <component id="seite1"> |
michael@0 | 10 | <properties xmlns:cd="http://www.example.com/ns3"> |
michael@0 | 11 | <property name="prop1"> |
michael@0 | 12 | <thing /> |
michael@0 | 13 | <value>1</value> |
michael@0 | 14 | </property> |
michael@0 | 15 | <property name="prop2"> |
michael@0 | 16 | <thing att="something" /> |
michael@0 | 17 | </property> |
michael@0 | 18 | <foo_bar>foo</foo_bar> |
michael@0 | 19 | </properties> |
michael@0 | 20 | </component> |
michael@0 | 21 | </meta> |
michael@0 | 22 | </response> |
michael@0 | 23 | </jsconf> |
michael@0 | 24 | </soap:Body> |
michael@0 | 25 | </soap:Envelope> |