Personal tools
You are here: Home Plone Notes VirtualHostBase URL Fix Generation XML
Document Actions

VirtualHostBase URL Fix

I did find another work around if you are interested. It involves changing CMFCore/CookieCrumbler.py at line 330

from came_from = req.get(VIRTUALURL, None)

to came_from = req.get(URL, None)