JohnCardinal / crunchy

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

embedded links in css files are not dealt with properly (local tutorials) #240

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. have a style sheet with an embedded link via url(...) for a local tutorial
2. attempt to load it

What is the expected output? What do you see instead?
Since localhost is trusted, it should - but it does not currently (except
for css files through a hack).

Please use labels and text to provide additional information.
What happens is that url loaded are assumed to be from the root and passed
to handle_default which then can not find it.  We need to convert the links
to be loaded via /local. This could also be done for links loaded via
/remote ...

Currently, the problem shows up for images in themes...

Original issue reported on code.google.com by andre.ro...@gmail.com on 28 Aug 2009 at 2:39

GoogleCodeExporter commented 9 years ago
Fixed as of revision 1379?

Original comment by andre.ro...@gmail.com on 28 Aug 2009 at 9:54