Patch sometimes misleading reference to AuthFormLoginRequiredLocation in "inline" form authentication
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]> |
Dear Maintainers, Patch redundant reference to AuthFormLoginRequiredLocation in "inline" form authentication: This line shouldn't be there as the server redirects to the referred page instead of serving the ErrorDocument which is also the login form, making it a login loop, when present. This is my first patch in _any_ mailing list. Please excuse me. Thank you. Regards, Rishikeshan Lavakumar/Sulochana <[email protected]> . https://rishikeshan.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
patch_httpd.txt
(text/x-diff, 382 B)
Index: mod_auth_form.xml
===================================================================
--- mod_auth_form.xml (revision 1921423)
+++ mod_auth_form.xml (working copy)
@@ -212,7 +212,6 @@
AuthUserFile "conf/passwd"
AuthType form
AuthName /admin
-AuthFormLoginRequiredLocation "http://example.com/login.html"
Session On
SessionCookieName session path=/
</highlight>