* J. Shirley <[EMAIL PROTECTED]> [2008-03-20 16:30]: > Something that sets the status to 303 if the request type is a > post (and HTTP 1.1 as Aristotle posted earlier, although I'm > not sure what the "best" way to check is. Assume it is unless > stated otherwise, or vice-versa?)
That’s pretty simple: Catalyst::Response::redirect should translate 30[37] to 302 if $c->req->protocol says the HTTP version used was any less than 1.1. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
