Skip to content

Commit b876e64

Browse files
committed
bug symfony#59339 [SecurityBundle] Remove outdated guard from security xsd schema (chalasr)
This PR was merged into the 7.1 branch. Discussion ---------- [SecurityBundle] Remove outdated guard from security xsd schema | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Last 2024 PR 🥂 Commits ------- f949eaa Remove outdated guard from security xsd schema
2 parents fb6c3fe + f949eaa commit b876e64

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/config/schema/security-1.0.xsd

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
137137
<xsd:element name="anonymous" type="anonymous" minOccurs="0" maxOccurs="1" />
138138
<xsd:element name="form-login" type="form_login" minOccurs="0" maxOccurs="1" />
139139
<xsd:element name="form-login-ldap" type="form_login_ldap" minOccurs="0" maxOccurs="1" />
140-
<xsd:element name="guard" type="guard" minOccurs="0" maxOccurs="1" />
141140
<xsd:element name="access-token" type="access_token" minOccurs="0" maxOccurs="1" />
142141
<xsd:element name="http-basic" type="http_basic" minOccurs="0" maxOccurs="1" />
143142
<xsd:element name="http-basic-ldap" type="http_basic_ldap" minOccurs="0" maxOccurs="1" />
@@ -254,14 +253,6 @@
254253
</xsd:complexContent>
255254
</xsd:complexType>
256255

257-
<xsd:complexType name="guard">
258-
<xsd:sequence>
259-
<xsd:element name="authenticator" type="xsd:string" minOccurs="1" maxOccurs="unbounded" />
260-
</xsd:sequence>
261-
<xsd:attribute name="provider" type="xsd:string" />
262-
<xsd:attribute name="entry-point" type="xsd:string" />
263-
</xsd:complexType>
264-
265256
<xsd:complexType name="http_basic">
266257
<xsd:attribute name="provider" type="xsd:string" />
267258
<xsd:attribute name="realm" type="xsd:string" />

0 commit comments

Comments
 (0)