diff --git a/APPL/QVW/qv_ticket.inc b/APPL/QVW/qv_ticket.inc index 563a22cdb3..78b2f2f2b0 100644 --- a/APPL/QVW/qv_ticket.inc +++ b/APPL/QVW/qv_ticket.inc @@ -106,9 +106,9 @@ function get_qv_ticket(qvRoot, qvauth) { __DoLog("Could not get Qlikview Ticket", "#FFFF00"); __DoLog("U: " + ticketUrl); - __DoLog("R: " + Server.HTMLEncode(req)); + __SafeDoLog("R: " + Server.HTMLEncode(req)); __DoLog("QV S: " + xmlhttp.status); - __DoLog("QV T: " + Server.HTMLEncode(xmlhttp.responseText)); + __SafeDoLog("QV T: " + Server.HTMLEncode(xmlhttp.responseText)); shared.simpel_page("Could not get Qlikview Ticket"); }