On 06/06/2012 10:03 PM, thron7 wrote: > > - Do you have the same issue in other browsers? > - Have you checked that the user that Apache runs under (e.g. > 'www-data') has access to the given path? >
Yes, the permissions are fine and it's only IE. I can access the .js file from IE if I enter the address directly. I don't think it has to do with server permissions because it looks like an xmlhttp request is being denied. This is before any AJAX request is done in my app. Does qooxdoo use XHR to fetch other .js files? Line 249 of framework/source/class/qx/bom/request/Xhr.js is: this.__nativeXhr.open(method, url, async, user, password); I did not know that until I tested the source version on the server. This is not the build version. However, the build version has the same problem. As the "symbols" are shortened in the build version, I needed to check with the source version to see where the problem is. The build version has the same problem: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E) Timestamp: Wed, 6 Jun 2012 13:39:37 UTC Message: Access is denied. Line: 9728 Char: 2 Code: 0 URI: http://agents.htholidays.com/htonline/script/htonline.js Line 9728 is: ;this.__qb.open(P,Q,R,S,T);return;} Did that make sense? Simon -- simonsmicrophone.com ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel