Bug 115600 - web archiver does not cope with urls within CSS
Summary: web archiver does not cope with urls within CSS
Status: RESOLVED DUPLICATE of bug 60167
Alias: None
Product: konqueror
Classification: Applications
Component: webarchiverplugin (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Malte Starostik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 12:00 UTC by Andrew de Quincey
Modified: 2008-02-25 12:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew de Quincey 2005-11-03 12:00:30 UTC
Version:            (using KDE KDE 3.4.3)
Installed from:    Gentoo Packages
OS:                Linux

The webpage in question is bbc.co.uk.

It imports numerous CSS files as follows:
    <STYLE TYPE="text/css">

@import url(import.css);
    </STYLE>

If you look at the contents of import.css (import.css IS archived ok) after archiving & decompressing the tarfile, you see things like: "background: url(/home/images/ul2.gif)"

This url isn't being fixed up, and the image ul2.gif is not being archived either.
Comment 1 Pino Toscano 2008-02-25 12:28:42 UTC

*** This bug has been marked as a duplicate of 60167 ***