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

Reply via email to