Show
Ignore:
Timestamp:
12/09/07 09:02:32 (6 years ago)
Author:
tokuhirom
Message:

lang/perl/Moxy: 作業途中だけどいったんコミット。

Location:
lang/perl/Moxy/branches/feature-app
Files:
2 added
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/branches/feature-app

    • Property svn:ignore
      •  

        old new  
        1 assets/server/pictogram 
         1pm_to_blib 
  • lang/perl/Moxy/branches/feature-app/config.yaml

    r2891 r2928  
    1212 
    1313plugins: 
     14  - module: Application 
    1415  - module: Pictogram 
    1516  - module: HTMLWidth 
  • lang/perl/Moxy/branches/feature-app/lib/Moxy/Server/HTTPProxy.pm

    r2891 r2928  
    3232        request  => HTTP::Proxy::HeaderFilter::simple->new( 
    3333            sub { 
    34                 my ($user, $pass) = $_[0]->proxy->hop_headers->proxy_authorization_basic(); 
     34                #my ($user, $pass) = $_[0]->proxy->hop_headers->proxy_authorization_basic(); 
     35                my ($user, $pass) = ('foo', 'bar'); 
    3536                if ($user) { 
    3637                    $_[0]->proxy->stash(user => $user);