Am 18.02.2011 16:46 schrieb Bobby Impollonia:
Hi. In the course of upgrading a project to TG 1.5, I have run into two issues. I tried to file them in trac, but was rejected as spam.
Thanks for the reports. We will soon move the trac to a new server and hope the spam filter problem will then be solved.
Issue 1: Quickstart a project with identity and visit in TG 1.5b2. Modify dev.cfg to add visit.cookie.path='/' Start the server and visit in your browser. Observe the cookies that are set (e.g., using Firebug). Rather than having a Path of /, the visit cookie is set with a Path equal to the string representation of a dictionary containing all our config settings.
Oops, that was a pretty hefty bug. It is fixed now in the trunk. Thanks again for reporting that.
Issue 2: Quickstart a project with identity and visit in TG 1.5b2. Modify dev.cfg to add server.webpath='/' Start the server and visit in your browser. The css does not load properly due the URLs having an extra slash.
The server.webpath setting must be either '' or start with a slash, but not end with a slash. It is now improved in the trunk, so that the setting gets sanitized on startup. I.e. you can now set it to '/' or add a slash at the end, it does not matter.
-- Christoph -- 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.

