/[Grep]/lib/Grep/Action/AddFeed.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 /lib/Grep/Action/AddFeed.pm

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

revision 101 by dpavlin, Fri Feb 23 21:16:44 2007 UTC revision 102 by dpavlin, Sun Mar 4 22:16:23 2007 UTC
# Line 24  Replace C<grep>' with C<%s> in URI argum Line 24  Replace C<grep>' with C<%s> in URI argum
24  sub canonicalize_uri {  sub canonicalize_uri {
25          my $self = shift;          my $self = shift;
26          my $value = shift;          my $value = shift;
27          warn "uri: $value";          $self->log->debug("canonicalize uri $value");
28          if ($value =~ s/\bgrep\b/%s/) {          if ($value =~ s/\bgrep\b/%s/) {
29                  $self->canonicalization_note( uri => 'Replaced grep with %s' );                  $self->canonicalization_note( uri => 'Replaced grep with %s' );
30          }          }
# Line 42  sub xx_canonicalize_cookie { Line 42  sub xx_canonicalize_cookie {
42          my $self = shift;          my $self = shift;
43          my $value = shift;          my $value = shift;
44    
45          warn "cookie: $value";          #warn "cookie: $value";
46    
47          $self->canonicalization_note( uri => 'Removed Cookie: header' )          $self->canonicalization_note( uri => 'Removed Cookie: header' )
48                  if ($value =~ s/^Cookie:\s+//);                  if ($value =~ s/^Cookie:\s+//);

Legend:
Removed from v.101  
changed lines
  Added in v.102

  ViewVC Help
Powered by ViewVC 1.1.26