From e3c0878661693bbeac1663213567b167c7b6ba01 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 4 Mar 2019 11:46:26 +0100 Subject: [PATCH] moved XSD to HTTPS --- .../Bundle/TwigBundle/Resources/config/routing/errors.xml | 2 +- .../WebProfilerBundle/Resources/config/routing/profiler.xml | 2 +- .../Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml | 2 +- .../Routing/Tests/Fixtures/controller/import__controller.xml | 2 +- .../Routing/Tests/Fixtures/controller/import_controller.xml | 2 +- .../Tests/Fixtures/controller/import_override_defaults.xml | 2 +- .../Routing/Tests/Fixtures/controller/override_defaults.xml | 2 +- .../Component/Routing/Tests/Fixtures/controller/routing.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/glob/bar.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/glob/baz.xml | 2 +- .../Component/Routing/Tests/Fixtures/glob/import_multiple.xml | 2 +- .../Component/Routing/Tests/Fixtures/glob/import_single.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/list_defaults.xml | 2 +- .../Component/Routing/Tests/Fixtures/list_in_list_defaults.xml | 2 +- .../Component/Routing/Tests/Fixtures/list_in_map_defaults.xml | 2 +- .../Component/Routing/Tests/Fixtures/list_null_values.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/map_defaults.xml | 2 +- .../Component/Routing/Tests/Fixtures/map_in_list_defaults.xml | 2 +- .../Component/Routing/Tests/Fixtures/map_in_map_defaults.xml | 2 +- .../Component/Routing/Tests/Fixtures/map_null_values.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml | 2 +- .../Component/Routing/Tests/Fixtures/namespaceprefix.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml | 2 +- .../Component/Routing/Tests/Fixtures/scalar_defaults.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml | 2 +- src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml b/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml index bf87f8be7ab6..a4b76f18cc41 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml +++ b/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> twig.controller.preview_error:previewErrorPageAction diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml index 0be717b19d6e..3899b6cea242 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> web_profiler.controller.profiler:homeAction diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml index 1027ce42f66b..29ed0ffa5a01 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> web_profiler.controller.profiler:toolbarAction diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import__controller.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import__controller.xml index bbe727d41be3..5c62914f90d2 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import__controller.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import__controller.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> FrameworkBundle:Template:template diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_controller.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_controller.xml index 378b9ca18fa4..8f52c4ec1479 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_controller.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_controller.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_override_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_override_defaults.xml index e3c755a40a81..e092500fbd67 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_override_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_override_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> AppBundle:Blog:index diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/override_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/override_defaults.xml index f47c57b3085a..f665ddbbcb1a 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/override_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/override_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> AppBundle:Blog:index diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml index 6420138a6507..f35e3e0a87b3 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/glob/bar.xml b/src/Symfony/Component/Routing/Tests/Fixtures/glob/bar.xml index 0d31eeb178fc..8a0410c5e65d 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/glob/bar.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/glob/bar.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/glob/baz.xml b/src/Symfony/Component/Routing/Tests/Fixtures/glob/baz.xml index 3abba1acede1..4b48a0f3d161 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/glob/baz.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/glob/baz.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_multiple.xml b/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_multiple.xml index ca6b1b5a927b..a08e96d65a0a 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_multiple.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_multiple.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_single.xml b/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_single.xml index 15f5698ccd71..3b26eef11403 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_single.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_single.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/list_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/list_defaults.xml index f93bf9c6aef3..01be7c186dcb 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/list_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/list_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/list_in_list_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/list_in_list_defaults.xml index 987086dbdf21..65baabe333f4 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/list_in_list_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/list_in_list_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/list_in_map_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/list_in_map_defaults.xml index 32d393c56ffc..f0d972d1f268 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/list_in_map_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/list_in_map_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/list_null_values.xml b/src/Symfony/Component/Routing/Tests/Fixtures/list_null_values.xml index c70e03ccc681..45bdd9da4a50 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/list_null_values.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/list_null_values.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/map_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/map_defaults.xml index 47feb29b9a3d..9f0804432137 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/map_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/map_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/map_in_list_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/map_in_list_defaults.xml index 6d770653bbb7..1c8b87df3bf0 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/map_in_list_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/map_in_list_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/map_in_map_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/map_in_map_defaults.xml index 2beee6143357..a3af49283e28 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/map_in_map_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/map_in_map_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/map_null_values.xml b/src/Symfony/Component/Routing/Tests/Fixtures/map_null_values.xml index 8fd8954e02f3..a8153ad1fff7 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/map_null_values.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/map_null_values.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml b/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml index 4ea4115f281a..fa42e98b7f63 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml b/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml index ef5bc088dd00..d048adb17c35 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml b/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml index e33955ae4785..f303464d6d0b 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> MyBundle:Blog:show diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml index dc147d2e67a2..07f5f801c6b8 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> MyBundle:Blog:show diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml index 863ef03b90ce..71093a4dd480 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> bar diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml index 908958c032d3..f0b84496c8f2 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> MyBundle:Blog:show diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml b/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml index f9e2aa24df80..078d49ae4f5a 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/scalar_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/scalar_defaults.xml index ecfde2801e85..e3f81cc474ca 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/scalar_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/scalar_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml b/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml index dbc72e46ddd4..93e59d62a762 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> MyBundle:Blog:show diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml b/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml index b7a15ddc7ee1..02dfe6be80d1 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> 123