[Bug 823060] Review Request: php-symfony2-Routing - Symfony2 Routing Component

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=823060

--- Comment #4 from Shawn Iwinski <shawn.iwinski@xxxxxxxxx> ---
Issue: XSD file installed as doc, but referenced by code.

-- XSD file --
Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd

-- Code --
    protected function validate(\DOMDocument $dom)
    {
        $location = __DIR__.'/schema/routing/routing-1.0.xsd';

        $current = libxml_use_internal_errors(true);
        if (!$dom->schemaValidate($location)) {
            throw new \InvalidArgumentException(implode("\n",
$this->getXmlErrors()));
        }
        libxml_use_internal_errors($current);
    }



See original finding of this issue at
https://bugzilla.redhat.com/show_bug.cgi?id=823046#c8

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review



[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]