
| Key: |
LPP-241
|
| Type: |
Bug
|
| Status: |
Validate
|
| Priority: |
P2
|
| Assignee: |
Unassigned
|
| Reporter: |
TJ Fredrikson
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Tomcat 5.5.7 -- noticed in both lps-2.2.1 and lps-3.0b2
|
|
| Severity: |
Blocker
|
| Platform: |
x86
- Windows XP
|
| Runtime: |
SWF7
|
| Flags: |
Support
|
|
HTTP Headers proxied thru the LPS for Internet Explorer (IE) are *not* including the Accept-Language header. This header *is* being included correctly in FireFox. See sample headers below.
The missing header info is causing a show-stopper bug in development of the Localization (Preferences and Permissions Manager) piece for ATC. Since ATC's Laszlo app relies on the browser's default language to pull the correct strings for the entire application, we cannot put our code into production until this bug is fixed.
=========================
This is FireFox:
=========================
+++GET 260+++
GET /lps-3.0b2/laszlo_locale/main.lzx?ccache=false&lzr=swf6&trimwhitespace=true&sendheaders=false&reqtype=GET&cache=false&lzt=data&url=http%3A%2F%2F192%2E168%2E42%2E138%3A8080%2Fstruts%5Flocale%5Fbundle%2FXMLfromBundle%2Ejsp&__lzbc__=1113350281368 HTTP/1.1
Host: localhost:8080
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: ja,en;q=0.8,ru;q=0.6,fr;q=0.4,en-us;q=0.2
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
=========================
This is IE:
=========================
+++GET 256+++
GET /lps-3.0b2/laszlo_locale/main.lzx?ccache=false&lzr=swf6&trimwhitespace=true&sendheaders=false&reqtype=GET&cache=false&lzt=data&url=http%3A%2F%2F192%2E168%2E42%2E138%3A8080%2Fstruts%5Flocale%5Fbundle%2FXMLfromBundle%2Ejsp&__lzbc__=1113350213190 HTTP/1.0
Accept: */*
x-flash-version: 7,0,19,0
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Host: localhost:8080
Connection: keep-alive
|
|
Description
|
HTTP Headers proxied thru the LPS for Internet Explorer (IE) are *not* including the Accept-Language header. This header *is* being included correctly in FireFox. See sample headers below.
The missing header info is causing a show-stopper bug in development of the Localization (Preferences and Permissions Manager) piece for ATC. Since ATC's Laszlo app relies on the browser's default language to pull the correct strings for the entire application, we cannot put our code into production until this bug is fixed.
=========================
This is FireFox:
=========================
+++GET 260+++
GET /lps-3.0b2/laszlo_locale/main.lzx?ccache=false&lzr=swf6&trimwhitespace=true&sendheaders=false&reqtype=GET&cache=false&lzt=data&url=http%3A%2F%2F192%2E168%2E42%2E138%3A8080%2Fstruts%5Flocale%5Fbundle%2FXMLfromBundle%2Ejsp&__lzbc__=1113350281368 HTTP/1.1
Host: localhost:8080
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: ja,en;q=0.8,ru;q=0.6,fr;q=0.4,en-us;q=0.2
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
=========================
This is IE:
=========================
+++GET 256+++
GET /lps-3.0b2/laszlo_locale/main.lzx?ccache=false&lzr=swf6&trimwhitespace=true&sendheaders=false&reqtype=GET&cache=false&lzt=data&url=http%3A%2F%2F192%2E168%2E42%2E138%3A8080%2Fstruts%5Flocale%5Fbundle%2FXMLfromBundle%2Ejsp&__lzbc__=1113350213190 HTTP/1.0
Accept: */*
x-flash-version: 7,0,19,0
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Host: localhost:8080
Connection: keep-alive
|
Show » |
|