File tree 2 files changed +3
-3
lines changed
config/src/main/resources/org/springframework/security/config
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ request-matcher =
16
16
attribute request-matcher {"mvc" | "ant" | "regex" | "ciRegex"}
17
17
port =
18
18
## Specifies an IP port number. Used to configure an embedded LDAP server, for example.
19
- attribute port { xsd:positiveInteger }
19
+ attribute port { xsd:nonNegativeInteger }
20
20
url =
21
21
## Specifies a URL.
22
22
attribute url { xsd:token }
Original file line number Diff line number Diff line change 43
43
</xs : attribute >
44
44
</xs : attributeGroup >
45
45
<xs : attributeGroup name =" port" >
46
- <xs : attribute name =" port" use =" required" type =" xs:positiveInteger " >
46
+ <xs : attribute name =" port" use =" required" type =" xs:nonNegativeInteger " >
47
47
<xs : annotation >
48
48
<xs : documentation >Specifies an IP port number. Used to configure an embedded LDAP server, for example.
49
49
</xs : documentation >
190
190
</xs : documentation >
191
191
</xs : annotation >
192
192
</xs : attribute >
193
- <xs : attribute name =" port" type =" xs:positiveInteger " >
193
+ <xs : attribute name =" port" type =" xs:nonNegativeInteger " >
194
194
<xs : annotation >
195
195
<xs : documentation >Specifies an IP port number. Used to configure an embedded LDAP server, for example.
196
196
</xs : documentation >
You can’t perform that action at this time.
0 commit comments