# HG changeset patch # User paulb # Date 1169160194 0 # Node ID ade8f5da023ce27ec42ee124afc5c30c573b6b94 # Parent 920604c28412f886cd9773f6be1b806feef3b70b [project @ 2007-01-18 22:43:14 by paulb] Added path_encoding description. diff -r 920604c28412 -r ade8f5da023c docs/login-redirect.html --- a/docs/login-redirect.html Thu Jan 18 22:41:31 2007 +0000 +++ b/docs/login-redirect.html Thu Jan 18 22:43:14 2007 +0000 @@ -100,7 +100,10 @@ not. By default, users are redirected, but if a false value is given for this parameter, a simple page is presented to the user informing them of the situation - it is recommended that a subclass of LoginRedirectResource -be employed should more informative pages be required. +be employed should more informative pages be required.
path_encoding
An +optional parameter indicating the character encoding used to generate +(and, in other places, to interpret) URL-encoded character values in +URLs and paths.

See the API documentation for the LoginRedirectResource class for more details.

Redirection from/to the Application