[Rabbit-proxy-development] Session handling
Brought to you by:
ernimril
|
From: Fredric P. <fr...@sp...> - 2006-09-18 11:44:17
|
Hello, I'm trying to create a new filter, to be able to add content to webpages according to the following rules: - the filter will add some content to a webpage. - the filter will add an extra frame that will contain the extra content for framed pages - inner pages of frames, should not include the extra content. According to the rules, my problem to solve, is, that I need some form of sessionhandling to be able to figure out if a page shuld contain the extra content or not. I've made a Filter in RabbIT that extends SimpleTagFilter. this works nicely to add the extra frame when needed, but it seems like I cannot solve my problem to check if am to add extra content to regular webpages or not. I am not sure if I use the correct base class, I cannot reach an HttpSeevletRequest instance from SimpleTagFilter. Any ideas what I should to to be able to solve this problem? Fredric -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date: 2006-09-15 |