Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
9.0.0
-
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.