Uploaded image for project: 'Juneau'
  1. Juneau
  2. JUNEAU-249

UI does not resolve variables anymore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 9.0.0
    • 9.0.1
    • None
    • None

    Description

      This worked in 8.2.0, here's how to reproduce it in master.

      • Run org.apache.juneau.examples.rest.jetty.App
      • Go to http://localhost:10000/config
      • The UI displays entries like:
        • favicon $C {REST/headerIcon}
        • head <link rel='icon' href='$U{$C{REST/favicon}}'/>
        • header <a href='$U{$C{REST/headerLink}}'>
           <img src='$U{$C{REST/headerIcon}}' style='position:absolute;top:5;right:5;background-color:transparent;height:30px'/>
          </a>
        • footer <a href='$U{$C{REST/footerLink}}'>
           <img style='float:right;padding-right:20px;height:32px' src='$U{$C{REST/footerIcon}}'>
          </a>
          See screenshot.

      Attachments

        Activity

          People

            jamesbognar James Bognar
            ggregory Gary D. Gregory
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: