Changeset 17981
- Timestamp:
- 08/21/08 23:07:09 (5 years ago)
- Location:
- lang/perl/Nanto/trunk/lib/Nanto/Web
- Files:
-
- 3 added
- 1 modified
-
Handler.pm (modified) (1 diff)
-
Plugin/Authorizer (added)
-
Plugin/Authorizer/Basic.pm (added)
-
Plugin/Authorizer/MobileJPID.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Nanto/trunk/lib/Nanto/Web/Handler.pm
r17975 r17981 40 40 local $REQUEST = $req; 41 41 42 # authorize 43 my $auth_res = $self->run_hook_first( 'authorize', $req ); 44 return $auth_res if $auth_res; 45 42 46 # request filter 43 47 ($req, ) = $self->run_hook_filter( 'request', $req ); 44 48 49 # handle 45 50 my $res = $self->_handle( $loader, $req ); 46 51
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)