3 Dec
2002
3 Dec
'02
11:01 a.m.
Jerome Alet wrote:
probably the HelpSys object shouldn't be available by default to non-authenticated users, because it gives too much information on the currently installed products.
access any Zope site this way :
and you'll learn what products are available on the server.
Another way to gather this data would be: http://YourServer/Control_Panel/Products/ExternalEditor gives Anoynmous the ZopeStartPage if ExternalEditor is installed and a SiteError if not. -mj