[Zope] Problem to log out from CMF Site
sean.upton@uniontrib.com
sean.upton@uniontrib.com
Thu, 20 Feb 2003 08:18:33 -0800
Consider using Shane's tcpwatch program:
http://hathaway.freezope.org/Software/TCPWatch
-----Original Message-----
From: Mico Siahaan [mailto:mico@cbn.net.id]
Sent: Thursday, February 20, 2003 10:17 AM
To: Zope Mailing List
Subject: Re: [Zope] Problem to log out from CMF Site
On Wed, 2003-02-19 at 13:32, Dieter Maurer wrote:
> Mico Siahaan wrote at 2003-2-19 04:31 -0500:
> > ....
> > Btw, here I the complete error message. Can you figure out something? I
> > still have this problem when I tried to logged out from my CMF site.
> >
> > --
> > Exception traceback
> > ...
> > Exception Value
> > Invalid authentication token
> >
> > Traceback (innermost last):
> >
> > Module ZPublisher.Publish, line 89, in publish
> > Module ZPublisher.BaseRequest, line 409, in traverse
> > Module AccessControl.User, line 627, in validate
> > Module AccessControl.User, line 567, in identifyBad Request: Invalid
authentication token
>
> The code there looks like:
>
> if auth and auth.lower().startswith('basic '):
> try: name, password=tuple(decodestring(
> auth.split(' ')[-1]).split(':', 1))
> except:
> raise 'Bad Request', 'Invalid authentication token'
> return name, password
>
> Thus, the browser sends "basic" authentication information
> with an invalid format.
> Check your browser.
>
> BTW, you will not be able to log out of the CMF when you
> use basic authentication as only the browser can reset
> the corresponding login info.
>
>
> Dieter
How can I check whether my browser sends an invalid format ir not?
I'm using Galeon 1.03 on Linux.
Can you give me more explanations about: 'basic authentication as only
the browser can reset login info'. What does this phrase mean? :)
Thanks.
--
mico@cbn.net.id
---
Ph. 62-22-2505549
ICQ #12521756
_______________________________________________
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )