From df80136f96ddbedc49197f4ff583ab357939db77 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 4 Sep 2007 22:02:54 +0000 Subject: [PATCH] Monotone-Parent: c11102929b603ab469a45df5f02109db336fb641 Monotone-Revision: b0d9f14d0c38dc8c423945fa93f72e813626fe6f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-04T22:02:54 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoDAVAuthenticator.m | 29 --------------------------- 1 file changed, 29 deletions(-) diff --git a/SoObjects/SOGo/SOGoDAVAuthenticator.m b/SoObjects/SOGo/SOGoDAVAuthenticator.m index 2380e672f..d52f57406 100644 --- a/SoObjects/SOGo/SOGoDAVAuthenticator.m +++ b/SoObjects/SOGo/SOGoDAVAuthenticator.m @@ -135,33 +135,4 @@ return user; } -// - (BOOL) renderException: (NSException *) exception -// inContext: (WOContext *) context -// { -// id renderedException; -// WOComponent *tmpComponent; -// WOResponse *response; -// BOOL rc; - -// rc = [super renderException: exception inContext: context]; -// if (!rc) -// { -// tmpComponent = [WOComponent new]; -// renderedException = [tmpComponent pageWithName: @"UIxException"]; -// if (renderedException) -// { -// rc = YES; -// response = [context response]; -// [response setHeader: @"text/html" forKey: @"content-type"]; -// [renderedException setClientObject: exception]; -// [context setPage: renderedException]; -// [renderedException appendToResponse: response -// inContext: context]; -// } -// [tmpComponent release]; -// } - -// return rc; -// } - @end /* SOGoDAVAuthenticator */