Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:WebSphere
Description
The component OutputStyle works correctly in JBOSS and renders the correct CSS include links when we hit the application using IE6/IE7.
However in Websphere, the code in OutputStyleRenderer is not able to detect the browser correctly because of a bug in Websphere. The following line returns a null
useragent = request.getHeader("user-agent");
This is because in Websphere, the parameter is spelled as "User-Agent"
However in Websphere, the code in OutputStyleRenderer is not able to detect the browser correctly because of a bug in Websphere. The following line returns a null
useragent = request.getHeader("user-agent");
This is because in Websphere, the parameter is spelled as "User-Agent"
Issue Links
- depends on
-
ICE-6381 App server issues with OutputStyleRenderer detecting the Browser User-Agent
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion