Browse Source

Fixes typo in x,rnc files

1. Fixes type ammount to amount in *.rnc files
2. Regenerates *.xsd files from *.rnc files

Fixes: gh-6325
pull/6577/head
Ankur Pathak 7 years ago committed by Josh Cummings
parent
commit
d85200682c
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 2
      config/src/main/resources/org/springframework/security/config/spring-security-3.2.rnc
  2. 2
      config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd
  3. 2
      config/src/main/resources/org/springframework/security/config/spring-security-4.0.rnc
  4. 2
      config/src/main/resources/org/springframework/security/config/spring-security-4.0.xsd
  5. 2
      config/src/main/resources/org/springframework/security/config/spring-security-4.1.rnc
  6. 2
      config/src/main/resources/org/springframework/security/config/spring-security-4.1.xsd
  7. 2
      config/src/main/resources/org/springframework/security/config/spring-security-4.2.rnc
  8. 2
      config/src/main/resources/org/springframework/security/config/spring-security-4.2.xsd
  9. 2
      config/src/main/resources/org/springframework/security/config/spring-security-5.0.rnc
  10. 2
      config/src/main/resources/org/springframework/security/config/spring-security-5.0.xsd

2
config/src/main/resources/org/springframework/security/config/spring-security-3.2.rnc

@ -739,7 +739,7 @@ hsts-options.attlist &= @@ -739,7 +739,7 @@ hsts-options.attlist &=
## Specifies if subdomains should be included. Default true.
attribute include-subdomains {xsd:boolean}?
hsts-options.attlist &=
## Specifies the maximum ammount of time the host should be considered a Known HSTS Host. Default one year.
## Specifies the maximum amount of time the host should be considered a Known HSTS Host. Default one year.
attribute max-age-seconds {xsd:integer}?
hsts-options.attlist &=
## The RequestMatcher instance to be used to determine if the header should be set. Default is if HttpServletRequest.isSecure() is true.

2
config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd

@ -2299,7 +2299,7 @@ @@ -2299,7 +2299,7 @@
</xs:attribute>
<xs:attribute name="max-age-seconds" type="xs:integer">
<xs:annotation>
<xs:documentation>Specifies the maximum ammount of time the host should be considered a Known HSTS Host.
<xs:documentation>Specifies the maximum amount of time the host should be considered a Known HSTS Host.
Default one year.
</xs:documentation>
</xs:annotation>

2
config/src/main/resources/org/springframework/security/config/spring-security-4.0.rnc

@ -759,7 +759,7 @@ hsts-options.attlist &= @@ -759,7 +759,7 @@ hsts-options.attlist &=
## Specifies if subdomains should be included. Default true.
attribute include-subdomains {xsd:boolean}?
hsts-options.attlist &=
## Specifies the maximum ammount of time the host should be considered a Known HSTS Host. Default one year.
## Specifies the maximum amount of time the host should be considered a Known HSTS Host. Default one year.
attribute max-age-seconds {xsd:integer}?
hsts-options.attlist &=
## The RequestMatcher instance to be used to determine if the header should be set. Default is if HttpServletRequest.isSecure() is true.

2
config/src/main/resources/org/springframework/security/config/spring-security-4.0.xsd

@ -2358,7 +2358,7 @@ @@ -2358,7 +2358,7 @@
</xs:attribute>
<xs:attribute name="max-age-seconds" type="xs:integer">
<xs:annotation>
<xs:documentation>Specifies the maximum ammount of time the host should be considered a Known HSTS Host.
<xs:documentation>Specifies the maximum amount of time the host should be considered a Known HSTS Host.
Default one year.
</xs:documentation>
</xs:annotation>

2
config/src/main/resources/org/springframework/security/config/spring-security-4.1.rnc

@ -768,7 +768,7 @@ hsts-options.attlist &= @@ -768,7 +768,7 @@ hsts-options.attlist &=
## Specifies if subdomains should be included. Default true.
attribute include-subdomains {xsd:boolean}?
hsts-options.attlist &=
## Specifies the maximum ammount of time the host should be considered a Known HSTS Host. Default one year.
## Specifies the maximum amount of time the host should be considered a Known HSTS Host. Default one year.
attribute max-age-seconds {xsd:integer}?
hsts-options.attlist &=
## The RequestMatcher instance to be used to determine if the header should be set. Default is if HttpServletRequest.isSecure() is true.

2
config/src/main/resources/org/springframework/security/config/spring-security-4.1.xsd

@ -2387,7 +2387,7 @@ @@ -2387,7 +2387,7 @@
</xs:attribute>
<xs:attribute name="max-age-seconds" type="xs:integer">
<xs:annotation>
<xs:documentation>Specifies the maximum ammount of time the host should be considered a Known HSTS Host.
<xs:documentation>Specifies the maximum amount of time the host should be considered a Known HSTS Host.
Default one year.
</xs:documentation>
</xs:annotation>

2
config/src/main/resources/org/springframework/security/config/spring-security-4.2.rnc

@ -770,7 +770,7 @@ hsts-options.attlist &= @@ -770,7 +770,7 @@ hsts-options.attlist &=
## Specifies if subdomains should be included. Default true.
attribute include-subdomains {xsd:boolean}?
hsts-options.attlist &=
## Specifies the maximum ammount of time the host should be considered a Known HSTS Host. Default one year.
## Specifies the maximum amount of time the host should be considered a Known HSTS Host. Default one year.
attribute max-age-seconds {xsd:integer}?
hsts-options.attlist &=
## The RequestMatcher instance to be used to determine if the header should be set. Default is if HttpServletRequest.isSecure() is true.

2
config/src/main/resources/org/springframework/security/config/spring-security-4.2.xsd

@ -2402,7 +2402,7 @@ @@ -2402,7 +2402,7 @@
</xs:attribute>
<xs:attribute name="max-age-seconds" type="xs:integer">
<xs:annotation>
<xs:documentation>Specifies the maximum ammount of time the host should be considered a Known HSTS Host.
<xs:documentation>Specifies the maximum amount of time the host should be considered a Known HSTS Host.
Default one year.
</xs:documentation>
</xs:annotation>

2
config/src/main/resources/org/springframework/security/config/spring-security-5.0.rnc

@ -760,7 +760,7 @@ hsts-options.attlist &= @@ -760,7 +760,7 @@ hsts-options.attlist &=
## Specifies if subdomains should be included. Default true.
attribute include-subdomains {xsd:boolean}?
hsts-options.attlist &=
## Specifies the maximum ammount of time the host should be considered a Known HSTS Host. Default one year.
## Specifies the maximum amount of time the host should be considered a Known HSTS Host. Default one year.
attribute max-age-seconds {xsd:integer}?
hsts-options.attlist &=
## The RequestMatcher instance to be used to determine if the header should be set. Default is if HttpServletRequest.isSecure() is true.

2
config/src/main/resources/org/springframework/security/config/spring-security-5.0.xsd

@ -2297,7 +2297,7 @@ @@ -2297,7 +2297,7 @@
</xs:attribute>
<xs:attribute name="max-age-seconds" type="xs:integer">
<xs:annotation>
<xs:documentation>Specifies the maximum ammount of time the host should be considered a Known HSTS Host.
<xs:documentation>Specifies the maximum amount of time the host should be considered a Known HSTS Host.
Default one year.
</xs:documentation>
</xs:annotation>

Loading…
Cancel
Save