Our site receives large amounts of traffic and since the initial release of
IE8 (~April 2nd 2009), we've seen errors that could be related to HTML
parsing errors coming in high volumes from IE 8 clients only. Details are
obfuscated for privacy reasons but are available upon direct contact.
Some of our pages load CSS content such as:
http://some.domain.com/css/merge.css....css/74606.css
our servers are receiving requests exclusively from IE8 clients for what
appears to be the CSS request above, but with a completely modified URI
instead of
[...]@style_indexie_2.css/74197.css
we receive requests for
[...]@style_indexieli>[followed by an extended amount of HTML/javascript
that is served on the initial page]
It seems that IE8 is basically having problems parsing the HTML of the
initial page. It truncates the original CSS resource's URL and appends
illegitimate HTML/
JS from the actual page to it, causing invalid (and
problematic) requests.
We have found the following user agents in mass numbers within our logs:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR
1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1;
..NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
Urgent attention and response to this matter will be hugely appreciated.