jahaziel17 / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

CssUrlRewriting issue when dealing with classpath resource referring context relative resources #742

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When a classpath css resource has a background which starts with "/" (ex: 
/contextRelative/path/resource.img), the CssUrlRewriting processor assumes that 
the referred image is a classpath resource. 

Expected behavior: the servlet context relative resources (which starts with 
"/") referred from classpath css resources should still be considered context 
relative resources after url is rewritten.

Original issue reported on code.google.com by alex.obj...@gmail.com on 7 Jun 2013 at 10:58

GoogleCodeExporter commented 8 years ago
Fixed in branch 1.6.x

Original comment by alex.obj...@gmail.com on 7 Jun 2013 at 11:38

GoogleCodeExporter commented 8 years ago

Original comment by alex.obj...@gmail.com on 8 Jun 2013 at 9:49