ICEfaces
  1. ICEfaces
  2. ICE-2061

OutputStyleRenderer: no user agent found

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      oc4j 10.1.3.3

      Description

      Oc4j seems to have all its header names capitalized.


      WARNING:

      28.08.2007 15:30:27 com.icesoft.faces.component.style.OutputStyleRenderer browserType
       WARNUNG: Not able to find user agent. Returning default

      If I change OutputStyleRenderer.java then it works.

         useragent = request.getHeader("user-agent");
         if(useragent == null) {
             //OC4J
            useragent = request.getHeader("USER-AGENT")
         }

        Issue Links

          Activity

          Cyrill Zadra created issue -
          Arran Mccullough made changes -
          Field Original Value New Value
          Link This issue depends on ICE-6381 [ ICE-6381 ]
          Arran Mccullough made changes -
          Status Open [ 1 ] Closed [ 6 ]
          Resolution Fixed [ 1 ]

            People

            • Assignee:
              Unassigned
              Reporter:
              Cyrill Zadra
            • Votes:
              5 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: