Le 01/06/2012 11:26, Stelian Mocanita a écrit :
Hello guys,

There seems to be a problem with the constraint-mapping schema, I get a 404 when trying to access it.

In the manual, on the validation page (http://symfony.com/doc/master/book/validation.html), under the Constraint Configuration we have two examples for xml mapping that are defined like this:

<constraint-mapping
xmlns="http://symfony.com/schema/dic/constraint-mapping";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd";>

However, the http://symfony.com/schema/dic/constraint-mapping link points to a 404 page.

Cheers,
Stelian
http://symfony.com/schema/dic/constraint-mapping is not a link. It is the XML namespace. The schemaLocation attribute is exactly about giving you the link to the schema for each XML namespace.

--
Christophe | Stof

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to