Mark Hedges > Apache2-Controller > Apache2::Controller::Const

Download:
A2C/Apache2-Controller-1.000.100.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.000.100   Source  

NAME ^

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

VERSION ^

Version 1.000.100

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