Re: Substituting URLs in PerlOutputFilterHandler

2008-11-10 Thread Adam Prime
Puneet Lakhina wrote: Hi, I am trying to write a handler that modifies the content of the page based on a regex match. essentially im trying to modify tags in the outgoing HTML pages. Now I am trying to do this using PerlOutputFilterHandler. I have the following questions: a) Is this the right

Re: Substituting URLs in PerlOutputFilterHandler

2008-11-10 Thread Torsten Foertsch
On Mon 10 Nov 2008, Puneet Lakhina wrote: > essentially im trying to modify > tags in the outgoing HTML pages. > Now I am trying to do this using PerlOutputFilterHandler. I have the > following questions: > a) Is this the right filter to use for an application like this? yes > b) As per my under

Substituting URLs in PerlOutputFilterHandler

2008-11-09 Thread Puneet Lakhina
Hi, I am trying to write a handler that modifies the content of the page based on a regex match. essentially im trying to modify tags in the outgoing HTML pages. Now I am trying to do this using PerlOutputFilterHandler. I have the following questions: a) Is this the right filter to use for an app