5 Jul
2002
5 Jul
'02
8:47 p.m.
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