Stas Bekman <[EMAIL PROTECTED]> writes: [...]
> trying to understand what the problem is and how to write a test for > it and how to fix it. will keep you posted. The problem is that the current modperl_bucket.c implementation needs a proper setaside function. Think about it- the interpreter only hangs around for the request, but the bucket may be setaside in the core output filter for much longer than that. I tried to fix this by implementing a setaside function, but it was such a mess that I realized it would much simpler to just start over. Th smoke tests pass for me now (no funky tainting going on now), but I'm reluctant to post the patch until folks agree on how b0rked the current implementation is. -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
