merged branch Tobion/strict-req-xsd (PR #7424)

This PR was merged into the 2.2 branch.

Commits
-------

7ef90d2 fix xsd definition for strict-requirements

Discussion
----------

fix xsd definition for strict-requirements

see https://groups.google.com/forum/?fromgroups=#!topic/symfony-devs/bvHPI5C4dlY
This commit is contained in:
Fabien Potencier 2013-03-20 14:25:32 +01:00
commit 8ff21064b2
1 changed files with 1 additions and 1 deletions

View File

@ -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">