[Zope] XUF - authentication problem

Dieter Maurer dieter@handshake.de
Fri, 5 Jul 2002 22:47:56 +0200


Sebastian Kors writes:
 > Authentication works fine, i get the right username with <dtml-var
 > expr="_.SecurityGetUser().getUserName()">.
 > But it only works in the index_html. When i am browsing to other sites in
 > the same folder i am only an anonymous user.
Looks like a browser "bug".

   Some browsers do not automatically pass authentication
   information to requests down in a protected hierarchy.

   It is not a real bug, as HTTP only specifies that they
   should do so, not that they must do so.

   Older versions of IE 5 (IE 5.0) are known to behave this way.


Dieter