From: helge Date: Thu, 21 Oct 2004 11:17:28 +0000 (+0000) Subject: added a comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac75b05aed0ce22a58f9340f1ce998548f5d0a58;p=sope added a comment git-svn-id: http://svn.opengroupware.org/SOPE/trunk@290 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/NGObjWeb/SoObjects/SoHTTPAuthenticator.m b/sope-appserver/NGObjWeb/SoObjects/SoHTTPAuthenticator.m index 6f29469a..de4a9a61 100644 --- a/sope-appserver/NGObjWeb/SoObjects/SoHTTPAuthenticator.m +++ b/sope-appserver/NGObjWeb/SoObjects/SoHTTPAuthenticator.m @@ -56,6 +56,9 @@ } + (NSArray *)parseCredentials:(NSString *)_creds { + /* + returns an array containing two items, user and password. + */ NSRange rng; NSString *login, *pwd; NSString *k;