Re: [Rabbit-proxy-development] Problems when filtering sites
Brought to you by:
ernimril
From: Fredric P. <fr...@sp...> - 2006-09-25 13:36:38
|
Hello list, Oki, I've tested things a bit, changed som code oin the HttpBaseFilter, = but still, I can't get some sites to work. The following two are examples of sites which I can't get to work: www.dustin.se www.datorbutiken.se I've come to like your coding, it's easy to follow and easy to modify, = like that a lot. =20 Regards, Fredric Palmgren =20 -----Ursprungligt meddelande----- Fr=E5n: Robert Olofsson [mailto:ro...@kh...]=20 Skickat: den 21 september 2006 22:34 Till: Fredric Palmgren Kopia: rab...@li... =C4mne: Re: [Rabbit-proxy-development] Problems when filtering sites Fredric Palmgren wrote: > I seems to have some problems using filters on some sites. I want the=20 > proxy to handle all sites whatever the appearance of any NO-PROXY=20 > 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=20 > 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=20 > 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 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.6/453 - Release Date: = 2006-09-20 =20 --=20 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.8/455 - Release Date: = 2006-09-22 =20 |