You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Felix Scheffer (JIRA)" <ji...@apache.org> on 2014/08/04 01:43:11 UTC

[jira] [Created] (TAP5-2368) CSSUrlRewriter should not attempt to rewrite urls in comments

Felix Scheffer created TAP5-2368:
------------------------------------

             Summary: 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)