Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.1.1
-
None
-
None
Description
The AssertService.translatePath method doesn't deal properly with paths like
"/dojo/src/widget/template/HtmlComboBox.css../images/foo.gif"
The first ".." relative to the CSS file is not removed & so the asset is not found if it is in a jar.
Currently the result is
"/dojo/src/widget/template/../images/foo.gif"
When it should be
"/dojo/src/widget/images/foo.gif"
Attachments
Attachments
Issue Links
- relates to
-
TAPESTRY-952 Resources defined in dojo's css cannot be served
- Closed