Erik Faessler created TAP5-2616: ----------------------------------- Summary: Let CSSURLRewriter ignore comments Key: TAP5-2616 URL: https://issues.apache.org/jira/browse/TAP5-2616 Project: Tapestry 5 Issue Type: Improvement Components: tapestry-core Affects Versions: 5.5.0 Reporter: Erik Faessler
This occurred with Tapestry version 5.5.0-beta-3. I have the following line in a CSS file of mine: {color:#808080}/* background : #ffffff url("../images/loader.gif") no-repeat center; */{color} The given path does not exist any more due to moving my assets to the META-INF/assets folder. I would always get an error about this path not being found despite the fact that the line was commented out. I think it would be better to ignore comments for URL rewriting. -- This message was sent by Atlassian Jira (v8.3.4#803005)