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.

CommentFileSizeAuthor
drupal-css-cache-building.patch397 bytesrse

Comments

gábor hojtsy’s picture

Status: Active » Closed (duplicate)

Checking current Drupal 6 code, this is already fixed. Thanks for the report.