Bug #22615

t3lib_compressor also rewrites data URIs

Added by Steffen Gebert about 5 years ago. Updated over 4 years ago.

Status:Closed Start date:2010-05-09
Priority:Should have Due date:
Assigned To:Benjamin Mack % Done:

0%

Category:- Spent time: -
Target version:-
TYPO3 Version:4.4 Is Regression:
PHP Version:5.3 Sprint Focus:
Complexity:

Description

According to <a href="http://tools.ietf.org/html/rfc2616">RFC 2616</a>, images/files can be embedded using the <em>data:</em> URI scheme.

In CSS this can be used this way:

background-image: url("data:image/gif;base64,SOMETHING_BASE64_ENCODED")

t3lib_compressor also rewrites this "URLs" and considers them as a filename while merging CSS.

(issue imported from #M14342)

14342.diff Magnifier (881 Bytes) Administrator Admin, 2010-05-09 19:21


Related issues

related to Core - Bug #22565: Improve t3lib_compressor Closed 2010-05-02

History

#1 Updated by Benjamin Mack about 5 years ago

Committed to trunk (rev. 7707)

#2 Updated by Susanne Moog over 4 years ago

  • Target version deleted (4.4.0)

Also available in: Atom PDF