Has anybody else had problems with Masons $m->redirect not working?

It aborts the component, and sets the loaction header correctly, but the 
status doesn't get set correctly.

I've discovered that the problem is that $m->abort($status) doesn't set 
the status at all (which, according to the documentation, is how 
$m->redirect is implemented).

I've worked around this myself for now by setting the status using $r, 
but would be curious to know if there is a 'proper' fix for this.

-Oli


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to