NAME
Apache2::Controller::Const - constants for Apache2::Controller
VERSION
Version 1.000.110
SYNOPSIS
use Apache2::Controller::Const
'@RANDCHARS',
qw( $NOT_GOOD_CHARS $ACCESS_LOG_REASON_LENGTH );
DESCRIPTION
Various common Readonly constants for use by Apache2::Controller modules.
CONSTANTS
@RANDCHARS
An array of the alphabet plus ascii symbols from which to pick random characters.
$NOT_GOOD_CHARS
A strict qr{} pattern of characters that are not good for basic user input. Maybe get rid of this one...
$DEFAULT_CONSUMER_SECRET
Some hardcoded garbage characters used to salt the sha hash of time for the OpenID consumer secret if one isn't specified or generated.
See Apache2::Controller::Auth::OpenID and "A2C_Auth_OpenID_Consumer_Secret" in Apache2::Controller::Directives.
$DEFAULT_SESSION_SECRET
Some hardcoded garbage characters used to salt the sha hash of time for the session key secret if one isn't specified or generated.
See Apache2::Controller::Session::Cookie and "A2C_Session_Secret" in Apache2::Controller::Directives.
SEE ALSO
Apache2::Controller