PropRequestFilter help

I am attempting to install a filter (subclass of PropRequestFilter) via the http-server.props file.

I have written a (property-less) filter and added it, but it doesn't seem to
be installed. According to the docs an exception should should if something goes
wrong while installing the filter. The first line of initialize() in my filter is a
System.out.println... which never gets executed. [I assume that this filter should
be loaded whether or not Jigsaw is running as a proxy... is this true?]

To test the system I added a System.out.println (and flush()) to
the setfilter() routines called by CacheFilter, located in
w3c.www.protocol.http.HttpManager. When I started Jigsaw
I didn't see any output.

So... any idea what I am doing wrong, or how I can verify that
anything is working? I DO know that the http-server.props file is
being read as other malicious changes make jigsaw choke.

Paul.

--

********************************************************************
Paul Pazandak                                      pazandak@objs.com
Object Services and Consulting, Inc.             http://www.objs.com
Minneapolis, Minnesota 55420-5409                       612-881-6498
********************************************************************
 

Received on Monday, 8 December 1997 00:45:21 UTC