The "CSS Cache" building procedure is broken: it breaks various "base" URLs as
the removal of "../" URL fragments does not use the proper regular expression escaping
for the dots ("."). For instance, for a "base" URL of /org/sr/ this creates a CSS cache
file with CSS "url(...)" constructs now containing broken URLs. The fix is to apply the proper
escaping of the dots in the regex.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal-css-cache-building.patch | 397 bytes | rse |
Comments
Comment #1
gábor hojtsyChecking current Drupal 6 code, this is already fixed. Thanks for the report.