You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2012/05/10 16:41:48 UTC

[jira] [Resolved] (WICKET-4546) Unencoded ampersands in CSS-/Javascript-Reference

     [ https://issues.apache.org/jira/browse/WICKET-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4546.
-------------------------------------

    Resolution: Not A Problem

This is how org.apache.wicket.examples.resourcedecoration.MergedResourcesResource works.
It puts '|' in the query parameter value and then splits on it.
                
> 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
>              Labels: ampersand, css, encoding, javascript, url
>
> 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