]> err.no Git - scalable-opengroupware.org/blobdiff - SoObjects/Contacts/SOGoContactGCSFolder.m
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1259 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Contacts / SOGoContactGCSFolder.m
index f8a7b4a2405a28246ad3c214fe0afe50ea807d85..7fd56ba8dc09e4f4803647e582ec4bd935bb10bd 100644 (file)
   return @"vcard-collection";
 }
 
-// /* GET */
-
-// - (id) GETAction: (id)_ctx
-// {
-//   // TODO: I guess this should really be done by SOPE (redirect to
-//   //       default method)
-//   WOResponse *r;
-//   NSString *uri;
-
-//   uri = [[_ctx request] uri];
-//   if (![uri hasSuffix:@"/"]) uri = [uri stringByAppendingString:@"/"];
-//   uri = [uri stringByAppendingString:@"view"];
-  
-//   r = [_ctx response];
-//   [r setStatus:302 /* moved */];
-//   [r setHeader:uri forKey:@"location"];
-//   return r;
-// }
-
 /* sorting */
 - (NSComparisonResult) compare: (id) otherFolder
 {