
Apache2::Controller::Const - constants for Apache2::Controller

Version 1.000.100

use Apache2::Controller::Const
'@RANDCHARS',
qw( $NOT_GOOD_CHARS $ACCESS_LOG_REASON_LENGTH );

Various common Readonly constants for use by Apache2::Controller modules.

An array of the alphabet plus ascii symbols from which to pick random characters.
A strict qr{} pattern of characters that are not good for basic user input. Maybe get rid of this one...
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.
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.
