On 04.01.2011, at 01:10, Lukas Kahwe Smith wrote:

> Aloha,
> 
> I am trying to make use of the custom validator provided by FOS\UserBundle:
> https://github.com/FriendsOfSymfony/UserBundle/tree/master/Validator
> 
> I have setup the validation namespace on config.yml
> 
> app.config:
>    validation:
>        enabled: true
>        annotations:
>            namespaces:
>                fosuserbundlevalidator: Bundle\FOS\UserBundle\Validator


Ok the issue was that a trailing slash seems to be required:
app.config:
    validation:
        enabled: true
        annotations:
            namespaces:
                fosuserbundlevalidation: Bundle\FOS\UserBundle\Validator\

Maybe it should silently check for this and add it? Or scream loud if its 
missing?

regards,
Lukas Kahwe Smith
[email protected]



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