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)
VIRTUALURL
to came_from = req.get(URL, None)
URL