On Thu, 11 May 2006, Shane McCarron wrote:
That is directly in conflict with the text at http://www.masonhq.com/docs/manual/Request.html#item_flush_buffer, which says, in part, "<%filter> blocks will process the output whenever the buffers are flushed. If autoflush<http://www.masonhq.com/docs/manual/Request.html#item_autoflush>is on, your data may be filtered in small pieces."
The docs you cite are more recent than the book, I think. This part of the code is a bit hairy, but IIRC flushing the buffer should send output through any relevant filters as well. Sounds like you found a bug.
The documentation that comes with HTML::Mason::Request also says this. Can I cry now? Or, in leiu of that, is there some way that I can have a component disable the filter from a superior component (e.g. an autohandler) ?
There's no way to disable a filter. -dave /*=================================================== VegGuide.Org www.BookIRead.com Your guide to all that's veg. My book blog ===================================================*/ ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

