Change default propagation of query errors
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 20 May 2005 14:57:00 +0000 (14:57 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 20 May 2005 14:57:00 +0000 (14:57 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1646 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/shibboleth.xml.in

index 5e867bc..9da6020 100644 (file)
                Only one session cache can be defined.
         -->
         <MemorySessionCache cleanupInterval="300" cacheTimeout="3600" AATimeout="30" AAConnectTimeout="15"
-            defaultLifetime="1800" retryInterval="300" strictValidity="false" propagateErrors="true"/>
+            defaultLifetime="1800" retryInterval="300" strictValidity="false" propagateErrors="false"/>
         <!--
         <MySQLSessionCache cleanupInterval="300" cacheTimeout="3600" AATimeout="30" AAConnectTimeout="15"
-               defaultLifetime="1800" retryInterval="300" strictValidity="false" propagateErrors="true"
+               defaultLifetime="1800" retryInterval="300" strictValidity="false" propagateErrors="false"
                mysqlTimeout="14400" storeAttributes="false">
             <Argument>&#x2D;&#x2D;language=@-PREFIX-@/share/english</Argument>
             <Argument>&#x2D;&#x2D;datadir=@-PREFIX-@/data</Argument>