diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-10-26 07:48:15 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-10-26 07:48:15 +0000 |
| commit | 68cedae6c5b60d77fa1212d06439cac43ea0697c (patch) | |
| tree | f7dac21c0fa14db57ae0c1f62afb5ac9ed2bc29a | |
| parent | 313f6236bc2f1905c0adb49f552941e7a0582058 (diff) | |
| download | lasso-68cedae6c5b60d77fa1212d06439cac43ea0697c.tar.gz lasso-68cedae6c5b60d77fa1212d06439cac43ea0697c.tar.xz lasso-68cedae6c5b60d77fa1212d06439cac43ea0697c.zip | |
don't automatically fallback to redirect, this breaks some cases....
| -rw-r--r-- | lasso/id-ff/logout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lasso/id-ff/logout.c b/lasso/id-ff/logout.c index f47cc2d2..98c6c0bb 100644 --- a/lasso/id-ff/logout.c +++ b/lasso/id-ff/logout.c @@ -713,7 +713,6 @@ lasso_logout_process_response_msg(LassoLogout *logout, gchar *response_msg) if (profile->response != NULL) lasso_node_destroy(LASSO_NODE(profile->response)); - profile->http_request_method = LASSO_HTTP_METHOD_REDIRECT; profile->remote_providerID = logout->initial_remote_providerID; profile->request = logout->initial_request; profile->response = logout->initial_response; |
