Recently when i was looking at Micha's cache code, I realised there was a need for a plugin handler that is called at the very last minute before a page is rendered.
Since looking into
Item4523 have realised now that there is a second, critical, security requirement for this handler, which I'm not going to describe. Suffice it to say the existance of this handler is key!
I have checked the (small) change required to add the handler into MAIN, but not into
TWikiRelease04x02 until people have had a chance to ask questions about why it is so critical to add it before we release 4.2
--
TWiki:Main/CrawfordCurrie
- 19 Sep 2007
Does the new handler pass in the
complete response, including the http headers?
--
TWiki:Main.MichaelDaum
- 19 Sep 2007
No. Just the HTML body.
--
TWiki:Main.CrawfordCurrie
- 20 Sep 2007
Modified to pass the HTTP headers as well, as requested by Micha.
CC
I would also like this hander for some performancing based things - like a plugin that adds cpu time or resources consumed to the bottom of the topic.
--
TWiki:Main.SvenDowideit
- 21 Sep 2007
If it is to be in it needs to go in next beta. And that means merge it in now.
--
TWiki:Main.KennethLavrsen
- 21 Sep 2007
Go ahead and merge Crawford. I am sure we need that handler and I have not seen any negative effect on MAIN.
-- TWiki.Main.KennethLavrsen - 22 Sep 2007
Merged
CC