Please don't hijack other threads & just change the subject. This is very confusing for those who prefer their mails being threaded.

Can I have a naive question? Is there is any hidden catch in using cherrypy.InternalRedirect instead of cherrypy.HTTPRedirect (in deployed application behind apache, https. ...)? I'd like to use the InternalRedirect because it hides (at least in the navigation bar) the url parameters ...

I'm using TurboGears 1.0.8.


Well, the disadvantage is pretty much what you say yourself - the browser doesn't change the url. This might be desirable, but can also cause problems if the user hits "reload" and is asked if she's sure she wants to post the form data again, and can't bookmark the result page and so forth.

But I don't think there are technical reasons not to do this, at least for a few cases.

Diez

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to