<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/filterproxy/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/filterproxy/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/filterproxy/bugs/</id><updated>2004-02-03T19:53:55Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>FilterProxy fails with current HTML::Mason::Parser</title><link href="https://sourceforge.net/p/filterproxy/bugs/4/" rel="alternate"/><published>2004-02-03T19:53:55Z</published><updated>2004-02-03T19:53:55Z</updated><author><name>John Scudder</name><uri>https://sourceforge.net/u/jgs42/</uri></author><id>https://sourceforge.net7191f4c9ac88c1770962ac44e4336a17dbe780d9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;FilterProxy barfs at startup (with a freshly installed Perl and &lt;br /&gt;
required packages):&lt;/p&gt;
&lt;p&gt;Can't locate object method "new" via package "HTML::Mason::&lt;br /&gt;
Parser" (perhaps you forgot to load "HTML::Mason::Parser"?) at ./&lt;br /&gt;
FilterProxy.pl line 203.&lt;/p&gt;
&lt;p&gt;this is probably explained by the fact that HTML::Mason::Parser no &lt;br /&gt;
longer exists --&lt;/p&gt;
&lt;p&gt;jgs% cat Parser.pm &lt;/p&gt;
&lt;p&gt;die "The Parser module is no longer a part of HTML::Mason.&lt;br /&gt;
Please see ".&lt;br /&gt;
"the Lexer and Compiler modules, its replacements.\n";&lt;/p&gt;
&lt;p&gt;1;  # heh&lt;/p&gt;
&lt;p&gt;__END__&lt;/p&gt;
&lt;p&gt;=pod&lt;/p&gt;
&lt;p&gt;=head1 NAME&lt;/p&gt;
&lt;p&gt;HTML::Mason::Parser - Old module for compiling components&lt;/p&gt;
&lt;p&gt;=head1 DESCRIPTION&lt;/p&gt;
&lt;p&gt;The Parser object is no longer part of Mason.  It has been replaced &lt;br /&gt;
by&lt;br /&gt;
the Compiler and Lexer objects.  See the L&amp;lt;Developer's&lt;br /&gt;
Manual|HTML::Mason::Devel&amp;gt; and the L&amp;lt;Administrator's&lt;br /&gt;
Manual|HTML::Mason::Admin&amp;gt; for more details.&lt;/p&gt;
&lt;p&gt;=cut&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>&amp;quot;The Parser module[...] Mason&amp;quot;</title><link href="https://sourceforge.net/p/filterproxy/bugs/3/" rel="alternate"/><published>2002-07-19T06:13:56Z</published><updated>2002-07-19T06:13:56Z</updated><author><name>Chris Carlin</name><uri>https://sourceforge.net/u/volkris/</uri></author><id>https://sourceforge.net369aefd4fcb2c892013838954f342074c477898b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;FilterProxy.pl wouldn't run so I added&lt;br /&gt;
HTML::Mason::Parser (or whatever) to a USE declaration&lt;br /&gt;
in the file. After that it would run but immediately&lt;br /&gt;
exit with the error message of &lt;/p&gt;
&lt;p&gt;&amp;amp;quot;The Parser module is no longer a part of HTML::Mason.&lt;br /&gt;
Please see the Lexer and Compiler modules, its&lt;br /&gt;
replacements.&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;Does this mean FilterProxy needs to be updated?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Yahoo filter too aggressive</title><link href="https://sourceforge.net/p/filterproxy/bugs/2/" rel="alternate"/><published>2001-10-03T01:22:08Z</published><updated>2001-10-03T01:22:08Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net4ac9e58ffd5e94920d3aed2674db688b1bd68aad</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In the Sept 29 version of filter proxy, the&lt;br /&gt;
YAHOO_UNNAMED filter is too aggressive.  It also&lt;br /&gt;
filters out the yahoo search form for submission of a&lt;br /&gt;
search.&lt;/p&gt;
&lt;p&gt;Deleting &amp;amp;quot;add encloser &amp;amp;lt;table width&amp;amp;gt;&amp;amp;quot; from the filter&lt;br /&gt;
specification brings the search box back, but some of&lt;br /&gt;
the ads then sneak through as well.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Bug in attrib stripper</title><link href="https://sourceforge.net/p/filterproxy/bugs/1/" rel="alternate"/><published>2001-08-11T18:27:43Z</published><updated>2001-08-11T18:27:43Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netbf77216872a1847e28e5c932a79601778ea67415</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This url:&lt;br /&gt;
&lt;a href="http://www.newsalert.com/bin/story?StoryId=Co3nCqc4bmdaWmJy&amp;amp;amp;Print=1&amp;amp;amp;FQ=linux&amp;amp;amp;Nav=na-search-&amp;amp;amp;StoryTitle=linux" rel="nofollow"&gt;http://www.newsalert.com/bin/story?StoryId=Co3nCqc4bmdaWmJy&amp;amp;amp;Print=1&amp;amp;amp;FQ=linux&amp;amp;amp;Nav=na-search-&amp;amp;amp;StoryTitle=linux&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Produces a bit of html that includes this tag format:&lt;/p&gt;
&lt;p&gt;&amp;amp;lt;body bgcolor= &amp;amp;quot;#FFFFFF&amp;amp;quot;&amp;amp;gt;&lt;/p&gt;
&lt;p&gt;Which is not caught and removed by this filterproxy&lt;br /&gt;
rule:&lt;/p&gt;
&lt;p&gt;strip attrib &amp;amp;lt;body bgcolor&amp;amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>