Hello everyone. I'm using jquery 1.2.3 along with some plugins, and i've never had any problems or errors with any browsers i've tested. However i'm seen some really strange messages in the apache access log, and i was wondering if anyone else has run into this.
69.146.52.9 - - [29/Apr/2008:01:31:13 +0000] "GET /js/jquery/plugins/ \"+urlNoQuery[0]+\"/js/js/js/js/js/js/js/js/js/js/js/js/js/js/js/js/ jquery/plugins/js/js/jquery/jquery-1.2.3.min.js HTTP/1.1" 404 13786 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813)" 69.146.52.9 - - [29/Apr/2008:01:31:13 +0000] "GET /js/jquery/plugins/ \"+urlNoQuery[0]+\"/js/js/js/js/js/js/js/js/js/js/js/js/js/js/js/js/ jquery/plugins/js/js/jquery/plugins/jquery.thickbox-3.1.js HTTP/1.1" 404 13779 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813)" 69.146.52.9 - - [29/Apr/2008:01:31:14 +0000] "GET /js/jquery/plugins/ \"+urlNoQuery[0]+\"/js/js/js/js/js/js/js/js/js/js/js/js/js/js/js/js/ jquery/plugins/js/js/jquery/plugins/jquery.dimensions.js HTTP/1.1" 404 13770 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813)" The .js files are actually in js/jquery/ directory. I have no idea how on earth the urlNoQuery and the extra /js/js/ stuff is appended in the request. There are hundreds of such requests in my logs, and it really could just be a really buggy browser, or a really buggy web crawler reporting MSIE 6.0 or even a dos attack. I've never had any problems or complains for errors from my users, and testing with IE6 myself, there are also no problems whatsoever. So I'm not saying this is a jquery problem, I'm just wondering if anyone has seen this before. The requests come from various IPs but always report MSIE 6.0, and a quick search for urlNoQuery, shows up some results for the thickbox code. :) cheers, chris

