Arne Baganz created WICKET-4546:
-----------------------------------
Summary: Unencoded ampersands in CSS-/Javascript-Reference
Key: WICKET-4546
URL: https://issues.apache.org/jira/browse/WICKET-4546
Project: Wicket
Issue Type: Bug
Affects Versions: 1.5.6
Reporter: Arne Baganz
Ampersands in CSS-/Javascript-References are not encoded properly, see the
source code (html) in:
http://www.wicket-library.com/wicket-examples/resourceaggregation
{quote}
<!-- BasicGroupingKey [group=GLOBAL, loadOrder=0, css=true] -->
<link rel="stylesheet" type="text/css"
href="./wicket/resource/org.apache.wicket.Application/merged-resources?refs=org.apache.wicket.examples.resourcedecoration.HomePage:footer.css%7Corg.apache.wicket.examples.resourcedecoration.HomePage:header.css&type=css"
/>
<!-- BasicGroupingKey [group=APPLICATION, loadOrder=0, css=true] -->
<link rel="stylesheet" type="text/css"
href="./wicket/resource/org.apache.wicket.Application/merged-resources?refs=org.apache.wicket.examples.resourcedecoration.HomePage:app.css&type=css"
/>
<!-- BasicGroupingKey [group=PAGE, loadOrder=0, css=true] -->
<link rel="stylesheet" type="text/css"
href="./wicket/resource/org.apache.wicket.Application/merged-resources?refs=org.apache.wicket.examples.resourcedecoration.HomePage:HomePage.css&type=css"
/>{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira