Re: Problem with "PerlTaintCheck On" (ASP 2.19)

2001-08-07 Thread Joshua Chamas
Richard Asplin wrote: > > Everytime I run a script now, I get this printed to the error log... > > "[Tue Aug 7 18:12:07 2001] [error] Insecure dependency in eval while > running with -T switch at /opt/perl5/lib/site_perl/5.6.1/Apache/ASP.pm line > 2727. > Apache::ASP::GlobalASA::new('Apa

Re: A proposal..

2001-08-07 Thread Joshua Chamas
raptor wrote: > > <%# &my:preif() %> > > <%# &my:preelse() %> > > > > Will my::preif and my:preelse have the access to the HTML code in their > container ..? > At compile time, this type of functionality might have access to the ASP code in its container as a string only. > > I

Re: Object Concepts ....

2001-08-07 Thread Joshua Chamas
Sven Köhler wrote: > > Hi all, > > this Apache::ASP-Extension is a really nice thing - many usefull > API-Extensions show that you really thought about what you do ... > > but there is one big thing: > i hate the UNIX-style 'let's create a file'-thing... > i think Apache::ASP ist storing the se

Object Concepts ....

2001-08-07 Thread Sven Köhler
Hi all, this Apache::ASP-Extension is a really nice thing - many usefull API-Extensions show that you really thought about what you do ... but there is one big thing: i hate the UNIX-style 'let's create a file'-thing... i think Apache::ASP ist storing the session and the application-object in fi

Re: A proposal..

2001-08-07 Thread raptor
> What I mean by post processing is for a tag like this > > > some HTML > <% # ASP code block %> > > > The &my::tag() sub executes after the contained HTML & ASP > do, so that its $HTML in $_[1] is static output from the > wrapped ASP/HTML. You don't get any function executing > as a prepro

Problem with "PerlTaintCheck On" (ASP 2.19)

2001-08-07 Thread Richard Asplin
Hi :-) I seem to have a problem now I've enabled "PerlTaintCheck On" in my httpd.conf... I've tried putting the "$MLDBM::RemoveTaint = 1;" line everywhere along with a few lines to sanitise $ENV{PATH}, and have now left those lines in the global.asa file so it is run every time an ASP file is in

Re: A proposal..

2001-08-07 Thread raptor
> What I mean by post processing is for a tag like this > > > some HTML > <% # ASP code block %> > > > The &my::tag() sub executes after the contained HTML & ASP > do, so that its $HTML in $_[1] is static output from the > wrapped ASP/HTML. You don't get any function executing > as a prepro