<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #25124 / Incorrect URL handling when mergering CSS files (r</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=10772</link>
        <description><![CDATA[<strong>Posted:</strong> 2011-01-25 09:13:16<br/><strong>Category:</strong> Configuration<br/><strong>Version:</strong> 1.4.2.0<br/><strong>Priority:</strong> high<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/336752/">atany</a></strong><br/><br/>Reopen bug #10685 with more details.<br />
<br />
There is an obvious typo in Mage_Core_Model_Design_Package::_prepareUrl() function when calling preg_match, line 728:<br />
<br />
if (!preg_match('/^[http|https]/i', $uri) &amp;&amp; !preg_match('/^//i', $uri)) {<br />
<br />
must be replaced with<br />
<br />
if (!preg_match('/^https?/i', $uri) &amp;&amp; !preg_match('/^//i', $uri)) {<br />
<br />
NOTE: please notice '[]' are incorrectly used to match URLs starting with http or https and grouping parentheses '(http|https)' must be used instead. The latter expression can be simplified to '^/https?/i'.<br />
<br />
Currently strings like 'hover/image.gif' are treated are absolute URLs and are not prefixed with BaseURL in the combined CSS file.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Incorrect URL handling when mergering CSS files (r</title>
        <description><![CDATA[<em>#1 / Comment by Magento Team</em><br/><br/>Hello atany,<br />
<br />
We have confirmed this issue and we will fix it as soon as possible.<br />
<br />
Thank you for your help.]]></description>
    </item>
            <item>
        <title>RE: Incorrect URL handling when mergering CSS files (r</title>
        <description><![CDATA[<em>#2 / Comment by Magento Team</em><br/><br/>Hello atany,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>