From ce13ee8b5479dd1273f9bf1c5e57e1d49e270f96 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sat, 10 May 2003 03:47:30 +0000 Subject: [PATCH] An ExpiredAssertionException is fatal, not retryable --- shib-target/shib-rpcerror.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shib-target/shib-rpcerror.cpp b/shib-target/shib-rpcerror.cpp index 1f41d89..f1ffc65 100644 --- a/shib-target/shib-rpcerror.cpp +++ b/shib-target/shib-rpcerror.cpp @@ -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 codes = m_priv->except->getCodes(); while (codes.hasNext()) { -- 2.1.4