Description
Many dojo widgets define their own css which in turn can reference other resources, i.e.
background-image: url(grabCorner.gif);
The requested url for those resources is problematic and the asset service cannot serve it, throwing
org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/org/apache/tapestry/html/dojo/src/widget/templates/HtmlResizeHandle.cssgrabCorner.gif' does not exist.
org.apache.tapestry.asset.AssetService.service(AssetService.java:228)
Attachments
Issue Links
- is related to
-
TAPESTRY-1061 AssetService doesn't translate paths relative to CSS file.
- Resolved