]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml
b9f22347b40cb438d3f06b45523cdd6061b30b6c
1 <?xml version=
"1.0" encoding=
"UTF-8" ?>
3 <routes xmlns=
"http://symfony.com/schema/routing"
4 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
5 xsi:
schemaLocation=
"http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
7 <route id=
"blog_show" path=
"/blog/{slug}" host=
"{locale}.example.com" methods=
"GET|POST put,OpTiOnS" schemes=
"hTTps">
8 <default key=
"_controller">MyBundle:Blog:show
</default>
9 <requirement key=
"locale">\w+
</requirement>
10 <option key=
"compiler_class">RouteCompiler
</option>
13 <route id=
"blog_show_legacy" pattern=
"/blog/{slug}" host=
"{locale}.example.com">
14 <default key=
"_controller">MyBundle:Blog:show
</default>
15 <default key=
"slug" xsi:
nil=
"true" />
16 <requirement key=
"_method">GET|POST|put|OpTiOnS
</requirement>
17 <requirement key=
"_scheme">hTTps
</requirement>
18 <requirement key=
"locale">\w+
</requirement>
19 <option key=
"compiler_class">RouteCompiler
</option>