-
in stratus.http.HttpServletResponse.php, the variable bufferActive is not properly examined when flushBuffer() is called. if the buffer is not active, nothing should be written to the output.
example:
class AnAction extends Action
{
function &execute(&$mapping, &$form, &$request, &$response){
echo 'executing AnAction.';
$response->flushBuffer();
return ref(null);
}.
2007-02-19 01:00:27 UTC by mr_fox
-
mojavelinux committed revision 388 to the Studs MVC Framework+ SVN repository, changing 1 files.
2006-12-31 05:46:57 UTC by mojavelinux
-
mojavelinux committed revision 387 to the Studs MVC Framework+ SVN repository, changing 1 files.
2006-12-31 05:34:07 UTC by mojavelinux
-
mojavelinux committed revision 386 to the Studs MVC Framework+ SVN repository, changing 1 files.
2006-11-14 05:26:06 UTC by mojavelinux
-
mojavelinux committed revision 385 to the Studs MVC Framework+ SVN repository, changing 1 files.
2006-11-14 05:25:25 UTC by mojavelinux
-
mojavelinux committed revision 384 to the Studs MVC Framework+ SVN repository, changing 2 files.
2006-11-14 05:24:31 UTC by mojavelinux
-
mojavelinux committed revision 383 to the Studs MVC Framework+ SVN repository, changing 2 files.
2006-10-18 00:56:07 UTC by mojavelinux
-
mojavelinux committed revision 382 to the Studs MVC Framework+ SVN repository, changing 1 files.
2006-10-18 00:50:49 UTC by mojavelinux
-
mojavelinux committed revision 381 to the Studs MVC Framework+ SVN repository, changing 1 files.
2006-10-18 00:37:46 UTC by mojavelinux
-
mojavelinux committed revision 380 to the Studs MVC Framework+ SVN repository, changing 1 files.
2006-10-18 00:28:23 UTC by mojavelinux