[Zope3-dev] Default view weirdness.

Sidnei da Silva sidnei@x3ng.com
Sat, 1 Mar 2003 18:31:01 -0300


I would like to fix or get someone to fix the default browser view
weirdness.

Let me explain the issue:

If you fire up Zope3 and go to http://localhost:8080 you will end up
with a folder_contents view and only `introspector` in the
zmi_menu. For some non-folderish objects you will only get the
introspector view and the introspector tab. No other views or tabs
available from the UI.

I noticed that when this happens, the UI shows you are logged in as
Unauthenticated User, so my guess is that when you are on these views,
Zope didnt issued a request for authorization, the browser didnt sent
the username, so you are not really authenticated, eg: request doesnt
have the authenticated user. But I may well be wrong. I hope the ones
that know better the ZCML may help on this, as it seems like a
misconfiguration somewere.

[]`s 
-- 
Sidnei da Silva (dreamcatcher) <sidnei@x3ng.com.br>
X3ng Web Technology <http://www.x3ng.com.br>
GNU/Linux user 257852
Debian GNU/Linux 3.0 (Sid) 2.4.18 ppc

Is a computer language with goto's totally Wirth-less?