mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1701: XML Export Driver outputs incorrect xsi:SchemaLocation #2139
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Mar 13, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @zeroedin-bill:
It seems the naked domain doctrine-project.org does not forward the schema xsd request URLs to www.doctrine-project.org like it should.
Either the XML export driver and doctrine project docs should be changed to specify www.doctrine-project.org, or the webserver configuration should redirect the XML schema urls properly.
I'd say the XML ns and schema declarations should point to a proper subdomain of doctrine-project.org.
The XML Export Driver outputs:
It should output:
@doctrinebot commented on GitHub (Mar 13, 2012):
Comment created by @zeroedin-bill:
Also, if the schema locations are explicitly pointed at www.doctrine-project.org, the XSD would need to change as follows:
From:
To:
@doctrinebot commented on GitHub (Mar 14, 2012):
Comment created by @beberlei:
Bug in the redirect map after a recent website upgrade, now fixed.
@doctrinebot commented on GitHub (Mar 14, 2012):
Issue was closed with resolution "Fixed"