8000 fix xsd definition for strict-requirements by Tobion · Pull Request #7424 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

fix xsd definition for strict-requirements #7424

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

Merged
merged 1 commit into from
Mar 20, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix xsd definition for strict-requirements
  • Loading branch information
Tobion committed Mar 19, 2013
commit 7ef90d2f32b7eb0191f48c7b006eb78f01299e46
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="http-port" type="xsd:string" />
<xsd:attribute name="https-port" type="xsd:string" />
<xsd:attribute name="strict-parameters" type="xsd:string" />
<xsd:attribute name="strict-requirements" type="xsd:string" />
</xsd:complexType>

<xsd:complexType name="session">
Expand Down
0