Re: Security Related BUG within ModPerl 2.0.4

2009-03-01 Thread Geoffrey Young
William A. Rowe, Jr. wrote: >> I would like to report a security related bug within ModPerl 2.0.4, >> though prefer not to disclose the details to a public channel. > > The appropriate secure channel for all ASF related security vulnerability > reporting is the closed list, secur...@apache.org,

Re: tUsing module

2009-03-01 Thread Mark Hedges
On Fri, 27 Feb 2009, Justin Wyllie wrote: > I want to instantiate an object just once in the lifetime > of a script, not on every request.   I'm used to Mason > where you can use Mason's <%once> block.   In mod_perl > proper would the equivalent be to instantiate it in a > BEGIN block? But it wou