Re: [Rabbit-proxy-development] Problems when filtering sites
Brought to you by:
ernimril
|
From: Robert O. <ro...@kh...> - 2006-09-21 20:34:06
|
Fredric Palmgren wrote: > I seems to have some problems using filters on some sites. I want the proxy > to handle all sites whatever the appearance of any NO-PROXY headers or > similars. Rabbit will not filter pages that are already compressed. This is probably your problem, but since you do not give any example site it is hard to say. > Am I missing some configurationable properties, or am I doing something else > wrong? No, there is no easy way to turn off noproxy, you will have to change rabbits code, HttpBaseFilter, line 361 is where that is handled. > I'm trying to do changes in frameset-tags but in some sites, it seems like I > can't find the tag at all eventhou I know there is one. it could also be a bug in the html parser, but you have to give an example site if you want me to look at it. But first check if you get compressed content. Adding unpacking+filtering+repacking to FilterHandler is easy, but it is not part of rabbit, at least not yet. I wrote a mail a day ago explaining to another person how to implement it. I guess I have to figure out what direction I want rabbit to go, full filtering proxy or web accellerator proxy. For the first then I really ought to add that unpack+filtering to FilterHandler. If I take number 2 instead I am not sure that I want such features since they would go directly against rabbits goal (introducing extra latency is not making surfing faster). /robo |