Set writeThrough default to false.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 25 Jan 2006 04:16:24 +0000 (04:16 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 25 Jan 2006 04:16:24 +0000 (04:16 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1953 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/shibboleth-targetconfig-1.0.xsd

index 633f9f2..205047e 100644 (file)
@@ -85,7 +85,7 @@
                <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"/>
+               <attribute name="writeThrough" type="boolean" use="optional" default="false"/>
        </attributeGroup>
        
        <element name="MemorySessionCache">