You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Omar Carvajal (JIRA)" <ji...@apache.org> on 2013/03/02 15:21:13 UTC

[jira] [Created] (TAP5-2076) "Unknown prefix for asset path" exception when using framework stylesheet

Omar Carvajal created TAP5-2076:
-----------------------------------

             Summary: "Unknown prefix for asset path" exception when using framework stylesheet
                 Key: TAP5-2076
                 URL: https://issues.apache.org/jira/browse/TAP5-2076
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Omar Carvajal


I have a stylesheet that has the following instruction:

background-image: url("about:blank#th-3-3-3-3-1-1-1-1-2-2-2-2");

This line causes the exception:

Unknown prefix for asset path 'about:blank#th-3-3-3-3-1-1-1-1-2-2-2-2'.

org.apache.tapestry5.internal.services.AssetSourceImpl.findResource(AssetSourceImpl.java:242)
org.apache.tapestry5.internal.services.AssetSourceImpl.getAssetInLocale(AssetSourceImpl.java:215)
...

This started occurring in 5.4-alpha-4, I think it's because Tapestry assumes it is an asset, when this is really a CSS trick.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira