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

          Show
          Cyrill Zadra added a comment - http://www.icefaces.org/JForum/posts/list/5205.page

            People

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

              Dates

              • Created:
                Updated:
                Resolved: