Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE 1.3.0.GA_P01
    • Fix Version/s: 1.3.1
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      n/a

      Description

      The CSSURLMapper used to parse the CSS and convert relative resource paths to JSF resource paths has several parsing errors and will output some invalid URLs.

      @font-face {
        font-family: 'FontAwesome';
        src: url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.eot']}');
        src: url('#{resource['org.icefaces.component.skins']}') format('embedded-opentype'), url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.woff']}') format('woff'), url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.ttf']}') format('truetype'), url('#{resource['org.icefaces.component.skins/android_dark/fontawesome-webfont.svg']}') format('svg');
        font-weight: normal;
        font-style: normal;
      }

        Activity

          People

          • Assignee:
            Philip Breau
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: