symfony-cmf / routing-auto

RoutingAuto component
https://cmf.symfony.com
Other
6 stars 11 forks source link

Added uri generator validation #34

Closed dantleech closed 9 years ago

dantleech commented 9 years ago

This PR ensures that generated URIs are absolute and that there are no undefined tokens in the URI schema.

Fixes: https://github.com/symfony-cmf/RoutingAuto/issues/25

dantleech commented 9 years ago

@WouterJ good for you?

dantleech commented 9 years ago

The only thing that bugs me about this PR is if we should move the absolute path validation to a more generic URI validation check. But then I think this could be done painlessly at a later stage.

wouterj commented 9 years ago

:+1: