An ExpiredAssertionException is fatal, not retryable
authorDerek Atkins <derek@ihtfp.com>
Sat, 10 May 2003 03:47:30 +0000 (03:47 +0000)
committerDerek Atkins <derek@ihtfp.com>
Sat, 10 May 2003 03:47:30 +0000 (03:47 +0000)
shib-target/shib-rpcerror.cpp

index 1f41d89..f1ffc65 100644 (file)
@@ -199,7 +199,7 @@ bool RPCError::isRetryable()
       const type_info& info = typeid(*m_priv->except);
 
       TEST_TYPE(type_RetryableProfileException);
-      TEST_TYPE(type_ExpiredAssertionException);
+      //TEST_TYPE(type_ExpiredAssertionException);
 
       Iterator<saml::QName> codes = m_priv->except->getCodes();
       while (codes.hasNext()) {