[Laszlo-checkins] r11338 - openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data

hqm@openlaszlo.org hqm at openlaszlo.org
Fri Oct 3 07:17:16 PDT 2008


Author: hqm
Date: 2008-10-03 07:17:15 -0700 (Fri, 03 Oct 2008)
New Revision: 11338

Modified:
   openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
Log:
merge change from LPP-4602 (r8085)

Modified: openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
===================================================================
--- openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs	2008-10-03 14:00:58 UTC (rev 11337)
+++ openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs	2008-10-03 14:17:15 UTC (rev 11338)
@@ -246,7 +246,7 @@
 
         var proxied = dreq.proxied;
 
-        if (data.childNodes[0].nodeName == "error") {
+        if (proxied && data.childNodes[0].nodeName == "error") {
             this.setRequestError(dreq, data.childNodes[0].attributes['msg']);
             dreq.onstatus.sendEvent( dreq );
             return;



More information about the Laszlo-checkins mailing list