mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user