Closed (duplicate)
Project:
Drupal core
Version:
6.2
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 18:24 UTC
Updated:
6 Jan 2009 at 17:50 UTC
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.