From ac75b05aed0ce22a58f9340f1ce998548f5d0a58 Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 21 Oct 2004 11:17:28 +0000 Subject: [PATCH] added a comment git-svn-id: http://svn.opengroupware.org/SOPE/trunk@290 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-appserver/NGObjWeb/SoObjects/SoHTTPAuthenticator.m | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5