writeThrough has to be defined for the supplemental cache types.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 12 Jan 2006 18:32:12 +0000 (18:32 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 12 Jan 2006 18:32:12 +0000 (18:32 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1938 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/shibboleth-targetconfig-1.0.xsd

index 3dc887a..201bd57 100644 (file)
                <attribute name="retryInterval" type="unsignedInt" use="optional" default="300"/>
                <attribute name="strictValidity" type="boolean" use="optional" default="true"/>
                <attribute name="propagateErrors" type="boolean" use="optional" default="false"/>
+               <attribute name="writeThrough" type="boolean" use="optional" default="true"/>
        </attributeGroup>
        
        <element name="MemorySessionCache">
                <complexType>
                        <attributeGroup ref="conf:SessionCacheProperties"/>
-                       <attribute name="writeThrough" type="boolean" use="optional" default="true"/>
                        <anyAttribute namespace="##other" processContents="lax"/>
                </complexType>
        </element>