/[Frey]/trunk/lib/Frey/Server.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Server.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 948 by dpavlin, Tue Jan 6 16:04:45 2009 UTC revision 954 by dpavlin, Wed Jan 7 00:04:06 2009 UTC
# Line 58  sub request { Line 58  sub request {
58    
59          if ( $path =~ m{^/(favicon.ico|__history__.html)$} ) {          if ( $path =~ m{^/(favicon.ico|__history__.html)$} ) {
60                  warn "INFO: $path ignored";                  warn "INFO: $path ignored";
61                  return { code => 200 };                  return { code => 404, content_type => 'text/plain' };
62          }          }
63    
64          my $request = {          my $request = {

Legend:
Removed from v.948  
changed lines
  Added in v.954

  ViewVC Help
Powered by ViewVC 1.1.26