Changeset 32084

Show
Ignore:
Timestamp:
04/07/09 19:20:24 (4 years ago)
Author:
tokuhirom
Message:

added basic auth support :)

Location:
lang/perl/Moxy/trunk
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/trunk/lib/Moxy.pm

    r32082 r32084  
    4444__PACKAGE__->load_components(qw/Plaggerize Autocall::InjectMethod Context/); 
    4545 
    46 __PACKAGE__->load_plugins(qw/DisplayWidth ControlPanel LocationBar Pictogram/); 
     46__PACKAGE__->load_plugins(qw/DisplayWidth ControlPanel LocationBar Pictogram BasicAuth/); 
    4747__PACKAGE__->mk_accessors(qw/response_time/); 
    4848 
     
    414414    } 
    415415 
    416     for my $hook ( 'security_filter', 'response_filter', "response_filter_$carrier", 'render_location_bar' ) { 
     416    for my $hook ( 'status_handler', 'security_filter', 'response_filter', "response_filter_$carrier", 'render_location_bar' ) { 
    417417        $self->run_hook( 
    418418            $hook,