Monotone-Parent: c11102929b603ab469a45df5f02109db336fb641

Monotone-Revision: b0d9f14d0c38dc8c423945fa93f72e813626fe6f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-04T22:02:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-09-04 22:02:54 +00:00
parent 10d226e1af
commit df80136f96
-29
View File
@@ -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 */