From f43bb41175c6652e33b336a1e3a7df5bb116ce56 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 12 Apr 2010 21:26:30 +0000 Subject: [PATCH] Monotone-Parent: 2480fdc1f3b38f823b4837afc37bd69832ad93be Monotone-Revision: 46e5532eaabaf6f629792a2a95b102ce7845aa68 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-04-12T21:26:30 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoProxyAuthenticator.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoObjects/SOGo/SOGoProxyAuthenticator.m b/SoObjects/SOGo/SOGoProxyAuthenticator.m index 4036d416d..1b6d532f1 100644 --- a/SoObjects/SOGo/SOGoProxyAuthenticator.m +++ b/SoObjects/SOGo/SOGoProxyAuthenticator.m @@ -99,6 +99,8 @@ return user; } +#warning the DAV authenticator is pretty similar to this one. We should enable \ + the use of the former for Basic auth type through some defaults. - (NSString *) passwordInContext: (WOContext *) context { NSString *password, *authType, *authorization, *pair, *pairStart;