]> err.no Git - sope/commitdiff
just added a comment
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 15 Jan 2007 19:01:51 +0000 (19:01 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 15 Jan 2007 19:01:51 +0000 (19:01 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1398 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m

index 7351f739342b9e6cd8d601e01ab379010532261a..97215ebe059ca8410f366b0447cc24211b8294b4 100644 (file)
@@ -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 ?
     }