Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jberkman
evolution-data-server-2.6
bgo-415922-ms-isasupport.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bgo-415922-ms-isasupport.patch of Package evolution-data-server-2.6
--- servers/exchange/lib/e2k-autoconfig.c 2007-01-29 03:44:31.000000000 -0600 +++ servers/exchange/lib/e2k-autoconfig.c 2007-03-07 20:32:00.000000000 -0600 @@ -442,7 +442,9 @@ /* A redirection to "logon.asp" means this is Exchange 5.5 * OWA. A redirection to "owalogon.asp" means this is Exchange - * 2003 forms-based authentication. Other redirections most + * 2003 forms-based authentication. A redirection to + * "CookieAuth.dll" means that it's an Exchange 2003 server + * behind an ISA Server 2004 proxy. Other redirections most * likely indicate that the user's mailbox has been moved to a * new server. */ @@ -460,7 +462,8 @@ if (strstr (location, "/logon.asp")) { *result = E2K_AUTOCONFIG_EXCHANGE_5_5; goto done; - } else if (strstr (location, "/owalogon.asp")) { + } else if (strstr (location, "/owalogon.asp") || + strstr (location, "/CookieAuth.dll")) { if (e2k_context_fba (ctx, msg)) goto try_again; *result = E2K_AUTOCONFIG_AUTH_ERROR; --- servers/exchange/lib/e2k-context.c 2007-01-29 03:44:31.000000000 -0600 +++ servers/exchange/lib/e2k-context.c 2007-03-07 20:30:24.000000000 -0600 @@ -603,6 +603,7 @@ g_free (suri->path); suri->path = g_strdup (value); action = soup_uri_to_string (suri, FALSE); + soup_uri_decode (action); soup_uri_free (suri); } else action = g_strdup (value);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor