[
https://issues.apache.org/jira/browse/TAP5-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Scheffer updated TAP5-2368:
---------------------------------
Summary: CSSURLRewriter should not attempt to rewrite urls in comments
(was: CSSUrlRewriter should not attempt to rewrite urls in comments)
> CSSURLRewriter should not attempt to rewrite urls in comments
> -------------------------------------------------------------
>
> Key: TAP5-2368
> URL: https://issues.apache.org/jira/browse/TAP5-2368
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.4
> Reporter: Felix Scheffer
>
> The following css
> {code}
> //.cboxIE6 { background:url(images/ie6/borderTopLeft.png); }
> {code}
> causes
> {code}
> java.lang.RuntimeException
> Unable to locate asset 'classpath:com/foobar/images/ie6/borderTopLeft.png'
> (the file does not exist).
> {code}
> even though it's commented out.
--
This message was sent by Atlassian JIRA
(v6.2#6252)