mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-07 19:39:43 +00:00
Monotone-Parent: 004c96fa075fbca45fa523b3bb73737aa0ce34a1
Monotone-Revision: 1892d22bfa9e855fd8c40d3f7f4b97d3637cb141 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-19T15:42:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -270,6 +270,7 @@ SEL SOGoSelectorForPropertySetter (NSString *property)
|
||||
if ((self = [self init]))
|
||||
{
|
||||
context = [[WOApplication application] context];
|
||||
NSLog (@"init [%p] context = %p", self, context);
|
||||
nameInContainer = [_name copy];
|
||||
container = _container;
|
||||
if ([self doesRetainContainer])
|
||||
@@ -1165,6 +1166,8 @@ SEL SOGoSelectorForPropertySetter (NSString *property)
|
||||
NSString *baseURL, *urlMethod, *fullHost;
|
||||
NSNumber *port;
|
||||
|
||||
NSLog (@"url [%p] context = %p", self, context);
|
||||
|
||||
serverURL = [context serverURL];
|
||||
baseURL = [[self baseURLInContext: context] stringByUnescapingURL];
|
||||
path = [NSMutableArray arrayWithArray: [baseURL componentsSeparatedByString:
|
||||
|
||||
Reference in New Issue
Block a user