Skip to content
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

fix(#1623): fix xmlns and xmlns:xsi values in BaseUser.mongodb.xml #1624

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

landure
Copy link
Contributor

@landure landure commented Apr 3, 2023

Subject

Replace https by http in xmlns and xmlns:xsi attribute values in `src/Resources/config/doctrine/BaseUser.mongodb.xml to fix XML validation errors.

I am targeting this branch, because the issue this pull request fixes appeared in 5.6.0 and is not fixed by 5.6.1. This should be the correct XML for passing validation.

Closes #1623.
Closes #1612.

Changelog

### Fixed
- XML validation of MongoDB ODM mapping.

Replaced `https` by `http` in  `xmlns` and `xmlns:xsi` attribute values, to fix XML validation errors.
@jordisala1991 jordisala1991 merged commit 2875ef9 into sonata-project:5.x Apr 3, 2023
20 checks passed
@jordisala1991
Copy link
Member

Thanks @landure

@landure
Copy link
Contributor Author

landure commented Apr 3, 2023

You're welcome. Thank you for your work on the Sonata Project.

@VincentLanglet
Copy link
Member

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