Christoph Zwerschke schrieb:
> Maybe I should think about writing another decorator "pass_referer" 
> which makes use of the HTTP Referer header. But I'm not sure how 
> reliable that header is.

Seems it is not reliable at all, so bad idea.

I have now solved this low-level again, without any decorators, by 
passing cherrypy.request.query_params around manually. Works quite well, 
without using any cookies or Referer headers, the only disadvantage 
being that it is a bit laborious and the URLs look a bit ugly.

If anybody has interest in the previously discussed decorators and you 
find a fitting place in the Wiki, I can put them there.

-- Christoph

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

Reply via email to