Commit bf398d2a authored by Rich Bowen's avatar Rich Bowen
Browse files

Send them to the auth'ed area on success, as expected.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745884 13f79535-47bb-0310-9956-ffa450edef68
parent 3d7a6328
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -144,14 +144,13 @@
<Location "/dologin.html">
    SetHandler form-login-handler
    AuthFormLoginRequiredLocation "http://example.com/login.html"
    AuthFormLoginSuccessLocation "http://example.com/success.html"
    AuthFormLoginSuccessLocation "http://example.com/admin/index.html"
    AuthFormProvider file
    AuthUserFile "conf/passwd"
    AuthType form
    AuthName realm
    AuthName /admin
    Session On
    SessionCookieName session path=/
    SessionCryptoPassphrase secret
</Location>
        </highlight>
      </example>
@@ -216,7 +215,6 @@ AuthName realm
AuthFormLoginRequiredLocation "http://example.com/login.html"
Session On
SessionCookieName session path=/
SessionCryptoPassphrase secret
        </highlight>
      </example>

@@ -315,7 +313,6 @@ AuthName realm
AuthFormLogoutLocation "http://example.com/loggedout.html"
Session On
SessionCookieName session path=/
SessionCryptoPassphrase secret
        </highlight>
      </example>

@@ -334,7 +331,6 @@ AuthFormLogoutLocation "http://example.com/loggedout.html"
Session On
SessionMaxAge 1
SessionCookieName session path=/
SessionCryptoPassphrase secret
        </highlight>
      </example>