Comment 2 for bug 627988

Revision history for this message
Patrick Gerken (do3cc) wrote :

I forgot a full traceback

Unhandled exception in thread started by <class ZServer.PubCore.ZServerPublisher.ZServerPublisher at 0x7f414edc6cb0>
Traceback (most recent call last):
  File "/home/patrick/.virtualenvs/denso.intranet/parts/zope2/lib/python/ZServer/PubCore/ZServerPublisher.py", line 29, in __init__
    response=b)
  File "/home/patrick/.virtualenvs/denso.intranet/parts/zope2/lib/python/ZPublisher/Publish.py", line 401, in publish_module
    environ, debug, request, response)
  File "/home/patrick/.virtualenvs/denso.intranet/parts/zope2/lib/python/ZPublisher/Publish.py", line 212, in publish_module_standard
    request.response.exception()
  File "/home/patrick/.virtualenvs/denso.intranet/parts/zope2/lib/python/ZPublisher/HTTPResponse.py", line 732, in exception
    self._unauthorized()
  File "/home/patrick/.virtualenvs/denso.intranet/eggs/Products.PluggableAuthService-1.6.1-py2.4.egg/Products/PluggableAuthService/PluggableAuthService.py", line 1013, in _unauthorized
    if not self.challenge(req, resp):
  File "/home/patrick/.virtualenvs/denso.intranet/eggs/Products.PluggableAuthService-1.6.1-py2.4.egg/Products/PluggableAuthService/PluggableAuthService.py", line 1052, in challenge
    if challenger.challenge(request, response):
  File "/home/patrick/.virtualenvs/denso.intranet/eggs/Products.PluggableAuthService-1.6.1-py2.4.egg/Products/PluggableAuthService/plugins/CookieAuthHelper.py", line 145, in challenge
    return self.unauthorized()
  File "/home/patrick/.virtualenvs/denso.intranet/eggs/Products.PluggableAuthService-1.6.1-py2.4.egg/Products/PluggableAuthService/plugins/CookieAuthHelper.py", line 213, in unauthorized
    url = url + '?came_from=%s' % quote(came_from)
  File "/home/patrick/python/python-2.4.6/lib/python2.4/urllib.py", line 1121, in quote
    res = map(safe_map.__getitem__, s)