I see that the default redirect status code is now 302. If a user submits a form, it is common to "do something" and then redirect the user. The proper status code for that situation is 303 See Other (see http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). In some frameworks, since this is such a common case, they'll have a function like redirect_see_other.
I don't see any mention of this issue in the tutorial. At the very least, it might be a good idea to show an example of passing the right status code in the tutorial. Happy Hacking! -jj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
