benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

Gears sends wrong userAgent on capture requests #1015

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set IE8 to run in IE7 compatibility mode
2. Make any Gears request (either capture or manifest request)

What is the expected output? What do you see instead?

Expected userAgent header for the request to have IE7 useragent string, 
which is what other requests in IE7 compatibility mode set.

Instead userAgent header is set for IE8

What version of the product are you using? On what operating system?

Windows XP with Gears 0.5.36.0

Please provide any additional information below.

Typical compatibility mode request userAgent string:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTBDF5; 
.NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 
3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
The compatibility mode request userAgent string with Gears:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTBDF5; 
.NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 
3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

Original issue reported on code.google.com by mariakho...@google.com on 29 Apr 2010 at 12:35