mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: 678f408cc158a19d36fc3c0d6f53b3434a652542
Monotone-Revision: 645b1645665a00c2914161e8e43c5c8917f22935 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-11T19:36:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
auth = [[WOApplication application]
|
||||
authenticatorInContext: context];
|
||||
response = [context response];
|
||||
response = [self responseWith204];
|
||||
cookieString = [NSString stringWithFormat: @"%@:%@",
|
||||
[self queryParameterForKey: @"userName"],
|
||||
[self queryParameterForKey: @"password"]];
|
||||
@@ -78,7 +78,6 @@
|
||||
authCookie = [WOCookie cookieWithName: [auth cookieNameInContext: context]
|
||||
value: cookieValue];
|
||||
[authCookie setPath: @"/"];
|
||||
[response setStatus: 204];
|
||||
[response addCookie: authCookie];
|
||||
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user