Le 24/01/2011 17:33, Albert Jessurum a écrit :
There is a possible issue I came upon, from this commit.
The last point on the commit, on how to upgrade, might be an issue on yaml files:

* Imports in routing files must be changed:
Before: <import resource="Sensio/CasBundle/Resources/config/internal.xml" /> After: <import resource="@SensioCasBundle/Resources/config/internal.xml" />

Opening up a routing file on the sandbox:

hello:
    resource: @HelloBundle/Resources/config/routing.yml

the @ gave me a "ScannerException" on the Netbeans (it only stopped highlighting the file, nothing else). Looking up the issue I came onto this:
*Example 5.10. Invalid use of Reserved Indicators*
http://www.yaml.org/spec/1.2/spec.html#id2774228 <http://www.yaml.org/spec/1.2/spec.html#id2774228>

Is this a problem?
The YAML spec reserves @ for future use so if you want to have a valid YAML file you have to quote the value.

--
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