From: helge Date: Mon, 15 Jan 2007 19:01:51 +0000 (+0000) Subject: just added a comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b020c9d0b44e0a87bd1d77e47bbad69c78cef3;p=sope just added a comment git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1398 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m b/sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m index 7351f739..97215ebe 100644 --- a/sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m +++ b/sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m @@ -183,8 +183,11 @@ static NSString *redirectURISafetySuffix = nil; m = nil; if (klen == 3 && [key isEqualToString:@"Cmd"]) { /* - check for ASP style ?Cmd query parameter (required in ZideStore), - the value is the additional path we need to add + Check for ASP style ?Cmd query parameter (required in ZideStore), + the value is the additional path we need to add. + + TODO: ?Cmd should only lookup using the SoClass, this would avoid + conflicts with content hierarchies. */ m = [_rq formValueForKey:key]; // need to unescape somehow ? }