From cdce54c30486bb1c6bb4e55546686b1bc5953c2b Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Fri, 8 Nov 2013 09:17:36 +0800 Subject: Fixing typo. --- docs/form_based_authentication_with_mod_intercept_form_submit.txt | 2 +- docs/typical_form_based_authentication.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/form_based_authentication_with_mod_intercept_form_submit.txt b/docs/form_based_authentication_with_mod_intercept_form_submit.txt index 67adcc2..abf3670 100644 --- a/docs/form_based_authentication_with_mod_intercept_form_submit.txt +++ b/docs/form_based_authentication_with_mod_intercept_form_submit.txt @@ -50,7 +50,7 @@ 14. Application creates session, returns session cookies - <--- 302 Login /hosts with Set-Cookie --- + <--- 302 Location /hosts with Set-Cookie --- 15. Like 2, now with Cookie set diff --git a/docs/typical_form_based_authentication.txt b/docs/typical_form_based_authentication.txt index a6079bb..9c21535 100644 --- a/docs/typical_form_based_authentication.txt +++ b/docs/typical_form_based_authentication.txt @@ -40,7 +40,7 @@ 14. Application creates session, returns session cookies - <--- 302 Login /hosts with Set-Cookie --- + <--- 302 Location /hosts with Set-Cookie --- 15. Like 2, now with Cookie set -- cgit