-
luelljoc committed patchset 89 of module paw-project to the PAW - Pro Active Webfilter CVS repository, changing 1 files.
2009-10-29 05:34:11 UTC in PAW - Pro Active Webfilter
-
Hi,
putting the classes into the classes/ directory is correct.
I'll send you a description concerning the filter XML file format via mail.
Bye
Jochen.
2009-10-22 18:41:26 UTC in PAW - Pro Active Webfilter
-
luelljoc committed patchset 88 of module paw-project to the PAW - Pro Active Webfilter CVS repository, changing 1 files.
2009-10-20 17:27:56 UTC in PAW - Pro Active Webfilter
-
luelljoc committed patchset 87 of module paw-project to the PAW - Pro Active Webfilter CVS repository, changing 1 files.
2009-10-20 15:09:10 UTC in PAW - Pro Active Webfilter
-
Hi Eddy,
ok, if I'll find time I will send you a patched version, which you could test.
But I can't promise.
Bye
Jochen.
2009-10-20 13:13:01 UTC in PAW - Pro Active Webfilter
-
Hi,
unfortunately encoding is not handled correctly, because the default encoding is used in the PawRegFilter class.
The Content-Type header should be used to determine the correct encoding. So the class should be changes in this respect.
Unfortunately my time is very limited at the moment, so I don't know when I'll find time to correct and test this issue.
Sorry about that.....
2009-10-20 12:51:52 UTC in PAW - Pro Active Webfilter
-
Hi Eddy,
the patch has been in PAW for a while.
If I remember correctly, I got the patch in binary format directly form Stephen Uhler from SUN.
I'm quite sure that I don't have the sources.
Bye
Jochen.
2009-10-10 06:21:46 UTC in PAW - Pro Active Webfilter
-
Hi Eddy,
Are you using the brazil.jar that comes with PAW?
If not, that could be the problem. PAW's brazil.jar file is the official Brazil + a patch concerning chunking.
Bye
Jochen.
2009-10-09 10:16:21 UTC in PAW - Pro Active Webfilter
-
Hi Idan,
just tried it with http://www.zap.co.il. As far as I can see, it worked for me.
Make sure the handler is the first handler that is called.
I'll send you the log via mail.
Bye
Jochen.
2009-06-22 15:16:20 UTC in PAW - Pro Active Webfilter
-
Hi Idan,
I've tested your code which looked ok to me.
It seems like the respond(Request request) is called regardless if it is a handler or filter, which leads to wrong values.
So I made sure that the increment is only done, when called as handler by giving the handler and filter different prefix strings (<id></id> in xml config file).
In the below code the handler prefix has...
2009-06-15 20:10:33 UTC in PAW - Pro Active Webfilter