Re: Problems with Multiple PerlTransHandlers

2003-12-17 Thread Peter Haworth
On Tue, 16 Dec 2003 11:55:38 -0500, Patrick LeBoutillier wrote: > What is happening is even if one handler returns OK, the other ones are > still invoked. > > I was able to get around this by creating a meta handler as such: > > PerlTransHandlerApache::ASP::MetaTransHandler >

Re: Problems with Multiple PerlTransHandlers

2003-12-16 Thread Stas Bekman
Geoffrey Young wrote: Patrick LeBoutillier wrote: Hi all, I'm having some problems when I have with multiple PerlTransHandlers defined. What is happening is even if one handler returns OK, the other ones are still invoked. yes, this is a known issue. it's fixed in 2.0 but the behavior in 1.3 i

Re: Problems with Multiple PerlTransHandlers

2003-12-16 Thread Geoffrey Young
Patrick LeBoutillier wrote: > Hi all, > > I'm having some problems when I have with multiple PerlTransHandlers > defined. > > What is happening is even if one handler returns OK, the other ones are > still invoked. yes, this is a known issue. it's fixed in 2.0 but the behavior in 1.3 isn't li

Problems with Multiple PerlTransHandlers

2003-12-16 Thread Patrick LeBoutillier
Hi all, I'm having some problems when I have with multiple PerlTransHandlers defined. What is happening is even if one handler returns OK, the other ones are still invoked. Also, the result changes depending on the order in which the handlers are set. This should not have any impact since each ha