From 85b020c9d0b44e0a87bd1d77e47bbad69c78cef3 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 15 Jan 2007 19:01:51 +0000 Subject: [PATCH] just added a comment git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1398 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ? } -- 2.39.5