From f5ecbc0f9ea08d3101d5e331b9666632e3c7fe39 Mon Sep 17 00:00:00 2001 From: Michel Date: Sat, 25 Jan 2014 17:16:34 +0100 Subject: [PATCH] Added printing of response headers. Signed-off-by: Michel --- components/ecExchangeRequest.js | 3 +++ install.rdf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/components/ecExchangeRequest.js b/components/ecExchangeRequest.js index e96292db..bf46afdd 100644 --- a/components/ecExchangeRequest.js +++ b/components/ecExchangeRequest.js @@ -640,6 +640,9 @@ catch(err){ let xmlReq = this.mXmlReq; if (this.debug) this.logInfo(": ExchangeRequest.onLoad :"+evt.type+", readyState:"+xmlReq.readyState+", status:"+xmlReq.status); + + if (this.debug) this.logInfo(": ExchangeRequest.onLoad :"+xmlReq.getAllResponseHeaders(),2); + if (this.debug) this.logInfo(": ExchangeRequest.onLoad :"+xmlReq.responseText,2); //this.exchangeStatistics.addDataRead(this.currentUrl, xmlReq.responseText.length); diff --git a/install.rdf b/install.rdf index b9771476..90701e60 100644 --- a/install.rdf +++ b/install.rdf @@ -5,7 +5,7 @@ exchangecalendar@extensions.1st-setup.nl - 3.2.0-Beta76 + 3.2.0-Beta77-bug412-2