comparison doc/reference.txt @ 7368:8aa1a5639aef

add explanatory info for HTTP Redirect
author John Rouillard <rouilj@ieee.org>
date Wed, 17 May 2023 00:01:38 -0400
parents 23abe048d1de
children 15bb0d177632
comparison
equal deleted inserted replaced
7367:602cc42f9edd 7368:8aa1a5639aef
1963 output 1963 output
1964 1964
1965 In some situations, exceptions occur: 1965 In some situations, exceptions occur:
1966 1966
1967 - HTTP Redirect (generally raised by an action) 1967 - HTTP Redirect (generally raised by an action)
1968 the URL to redirect to is the first argument of the exception.
1968 - SendFile (generally raised by ``determine_context``) 1969 - SendFile (generally raised by ``determine_context``)
1969 here we serve up a FileClass "content" property 1970 here we serve up a FileClass "content" property
1970 - SendStaticFile (generally raised by ``determine_context``) 1971 - SendStaticFile (generally raised by ``determine_context``)
1971 here we serve up a file from the tracker "html" directory 1972 here we serve up a file from the tracker "html" directory
1972 - Unauthorised (generally raised by an action) 1973 - Unauthorised (generally raised by an action)

Roundup Issue Tracker: http://roundup-tracker.org/