Skip to content

Fix incorrect URL of framework schema #11208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Fix incorrect URL of framework schema #11208

wants to merge 1 commit into from

Conversation

KuKuRammus
Copy link

Setting schema location using https://symfony.com/schema/dic/symfony/symfony-1.0.xsd will result in RuntimeException

Setting schema location using https://symfony.com/schema/dic/symfony/symfony-1.0.xsd will result in RuntimeException
@OskarStark
Copy link
Contributor

Hi @KuKuRammus
Can you please check the related PR and the explanations?

#11168

It looks like this is the same problem.

Cheers Oskar

@javiereguiluz
Copy link
Member

@KuKuRammus thanks ... but as Oskar said, this is expected for now. The XML string uses HTTP and the XSD file can be downloaded using HTTP or HTTPS. In the future we'll change the XML string to use HTTPS too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants