#16834 closed defect (fixed)
[patch][ccla]The dojo build css optimizer may report wrong errors when image file uri contains extra request parameters
Reported by: | Patrick Ruzand | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.4 |
Component: | BuildSystem | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If a css contains URLs containing request parameters, the build system fails to properly resolve the resource path when processing urls of imported css. For example:
url("./foo/bar.abc?something=2)
the css optimizer looks for the file "bar.abc?something=2" and fails to locate it. Instead, it should filter the url request parameters.
The proposed patch filters the request parameters part so that the resource path can be properly resolved.
Attachments (1)
Change History (7)
Changed 8 years ago by
Attachment: | 16834.patch added |
---|
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
comment:2 Changed 8 years ago by
Status: | new → assigned |
---|
comment:4 Changed 7 years ago by
Hi Ralwd,
could this fix be backported to 1.8 branch ? Technically, it seems the patch can be applied as is without any conflicts.
comment:6 Changed 7 years ago by
Milestone: | 1.9 → 1.8.4 |
---|
Note: See
TracTickets for help on using
tickets.
patch by pruzand (IBM, CCLA)