|
@@ -787,7 +787,10 @@
|
|
|
<xs:attribute name="create-session">
|
|
|
<xs:annotation>
|
|
|
<xs:documentation>Controls the eagerness with which an HTTP session is created. If not set,
|
|
|
- defaults to "ifRequired".</xs:documentation>
|
|
|
+ defaults to "ifRequired". Note that if a custom SecurityContextRepository is set using
|
|
|
+ security-context-repository-ref, then the only value which can be set is "always".
|
|
|
+ Otherwise the session creation behaviour will be determined by the repository bean
|
|
|
+ implementation.</xs:documentation>
|
|
|
</xs:annotation>
|
|
|
<xs:simpleType>
|
|
|
<xs:restriction base="xs:token">
|
|
@@ -797,6 +800,12 @@
|
|
|
</xs:restriction>
|
|
|
</xs:simpleType>
|
|
|
</xs:attribute>
|
|
|
+ <xs:attribute name="security-context-repository-ref" type="xs:string">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>A reference to a SecurityContextRepository bean. This can be used to
|
|
|
+ customize the way the SecurityContext is stored between requests.</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:attribute>
|
|
|
<xs:attribute name="path-type">
|
|
|
<xs:annotation>
|
|
|
<xs:documentation>Defines the type of pattern used to specify URL paths (either JDK
|