On Mon, 19 Dec 2005, Chris Finley wrote:
'PerlTaintCheck On' in apache 1.3 seems to do nothing - I expected errors since I have not used the 'taint_check' attribute with HTML::Mason::Parser. How is this done? I have a custom handler, but it
There is no Parser in 1.10+. You no longer have to tell Mason tainting is on, it figures this out internally. If tainting is on it untaints the component source automatically.
However, query string & POST arguments should still be tainted. -dave /*=================================================== VegGuide.Org www.BookIRead.com Your guide to all that's veg. My book blog ===================================================*/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

