ICEfaces
  1. ICEfaces
  2. ICE-6381

App server issues with OutputStyleRenderer detecting the Browser User-Agent

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.1, 1.8.2, 1.8.2-EE-GA, 1.8.2-EE-GA_P01, 1.8.2-EE-GA_P02
    • Fix Version/s: 2.0.0, EE-1.8.2.GA_P03
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Weblogic, Websphere, OC4J

      Description

      When deploying in Weblogic, Websphere, or OC4j, the functionality to change CSS files depending on the browser does not work. In the OutputStyleRenderer class the following code is called to detect the browser user agent:

      "request.getHeader("user-agent");"

      In the app server mentioned above there results in a null being returned.

      In Weblogic/Websphere the following code needs to be called:

      "request.getHeader("User-Agent");"

      In OC4J the following needs to be called:

      "request.getHeader("USER-AGENT");"

        Issue Links

          Activity

          Mihail Pekarskij made changes -
          Link This issue blocks ICE-5867 [ ICE-5867 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Arran Mccullough made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Hide
          Arran Mccullough added a comment -

          Fixes checked in:

          • 1.8.x trunk rev 23539
          • 2.0 trunk compat rev 23540
          Show
          Arran Mccullough added a comment - Fixes checked in: 1.8.x trunk rev 23539 2.0 trunk compat rev 23540
          Arran Mccullough made changes -
          Fix Version/s 2.0.0 [ 10230 ]
          Fix Version/s 1.8.2-EE-GA_P03 [ 10251 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #23543 Wed Dec 15 13:17:16 MST 2010 arran.mccullough ICE-6381: App server issues with OutputStyleRenderer detecting the Browser User-Agent
          Files Changed
          Commit graph MODIFY /icefaces/scratchpads/patches/sf-9611/icefaces/component/src/com/icesoft/faces/component/style/OutputStyleRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #23540 Wed Dec 15 13:00:48 MST 2010 arran.mccullough ICE-6381: App server issues with OutputStyleRenderer detecting the Browser User-Agent
          Files Changed
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/style/OutputStyleRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #23539 Wed Dec 15 12:59:12 MST 2010 arran.mccullough ICE-6381: App server issues with OutputStyleRenderer detecting the Browser User-Agent
          Files Changed
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/style/OutputStyleRenderer.java
          Arran Mccullough made changes -
          Summary App server issues with OutputStyleRenderer detecting the Borwser User-Agent App server issues with OutputStyleRenderer detecting the Browser User-Agent
          Arran Mccullough made changes -
          Link This issue blocks ICE-4851 [ ICE-4851 ]
          Arran Mccullough made changes -
          Link This issue blocks ICE-2061 [ ICE-2061 ]
          Arran Mccullough made changes -
          Link This issue blocks ICE-5292 [ ICE-5292 ]
          Arran Mccullough made changes -
          Affects Version/s 1.8.2-EE-GA_P01 [ 10220 ]
          Affects Version/s 1.8.2-EE-GA [ 10216 ]
          Affects Version/s 1.8.2 [ 10190 ]
          Affects Version/s 1.8.1 [ 10170 ]
          Assignee Arran Mccullough [ arran.mccullough ]
          Arran Mccullough made changes -
          Field Original Value New Value
          Salesforce Case [5007000000EVlOe]
          Arran Mccullough created issue -

            People

            • Assignee:
              Arran Mccullough
              Reporter:
              Arran Mccullough
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: