Since I put up a new javascript file on my server a few days ago I've been getting strange 404's logs. It seems that some Java user-agent clashes with some part of the jQuery (1.6.2). I send an automated email whenever someone hits a 404 and I send along the server variable.
The http_user_agent is Java/1.4.1_04
and the request_uri is the following:
/frontend/js/,data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f(
And directly after that:
/frontend/js/]};bf.optgroup=bf.option,bf.tbody=bf.tfoot=bf.colgroup=bf.caption=bf.thead,bf.th=bf.td,f.support.htmlSerialize||(bf._default=[1,
Both parts of javascript can be found back in the minified source of jQuery. The /frontend/js/
is the path to my javascript files.
I've just read two similar questions on StackOverflow (1 and 2), but both don't have any solutions. I will comment there as well, but I was wondering if here might be more people having the same issue, and solved it.
Anyone having a clue?