Sylvain Hellegouarch wrote:
> Hmmm, would you mind adding as well:
>
> if hasattr(cherrypy.request, '_session'):
>
> before the "sess = cherrypy.request._session" line

Yep, that got it past the sessionfilter.py problems. Then it stacked it
again, failing while loading cookies:

2005/12/12 12:46:27  INFO Traceback (most recent call last):
  File
"/usr/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 263, in run
    self.processRequestHeaders()
  File
"/usr/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 340, in processRequestHeaders
    request.simpleCookie.load(value)
  File "/usr/lib/python2.4/Cookie.py", line 621, in load
    self.__ParseString(rawdata)
  File "/usr/lib/python2.4/Cookie.py", line 652, in __ParseString
    self.__set(K, rval, cval)
  File "/usr/lib/python2.4/Cookie.py", line 574, in __set
    M.set(key, real_value, coded_value)
  File "/usr/lib/python2.4/Cookie.py", line 453, in set
    raise CookieError("Illegal key value: %s" % key)
CookieError: Illegal key value: hide:inst2

> This filter is known to have some issues that Remi is working on.

Would you recommend that I downgrade? If so, is there any easy way to
do that with the setuptools?

Thanks again.

-- 
Graham

Reply via email to