summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-11-08 09:17:36 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2013-11-08 09:17:36 +0800
commitcdce54c30486bb1c6bb4e55546686b1bc5953c2b (patch)
tree1fe380c44e2dc05f014dcb16c5460c1186c2f68b
parent421c3fee0fa9010d804cb8148bc3d73a4e3c2462 (diff)
downloadmod_intercept_form_submit-cdce54c30486bb1c6bb4e55546686b1bc5953c2b.tar.gz
mod_intercept_form_submit-cdce54c30486bb1c6bb4e55546686b1bc5953c2b.tar.xz
mod_intercept_form_submit-cdce54c30486bb1c6bb4e55546686b1bc5953c2b.zip
Fixing typo.
-rw-r--r--docs/form_based_authentication_with_mod_intercept_form_submit.txt2
-rw-r--r--docs/typical_form_based_authentication.txt2
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