Monotone-Parent: b0d9f14d0c38dc8c423945fa93f72e813626fe6f

Monotone-Revision: 9c07f354f964b61c31ef1e65537005f323405e8b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-04T22:03:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-09-04 22:03:32 +00:00
parent df80136f96
commit c3b6c0d9e2
+1 -30
View File
@@ -121,37 +121,8 @@
id page;
page = [[WOApplication application] pageWithName: @"SOGoRootPage"
inContext: context];
forRequest: [context request]];
[page appendToResponse: response inContext: context];
}
// - (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 /* SOGoWebAuthenticator */