Das geht leider nicht:
You are concerned of possible security implications when Web users execute a URL with ?ReadViewEntries, similar to the following:
http://<server>/names.nsf/Servers?ReadViewEntries
Can you disable this command on the server?
Solution
No, there is no way to disable this command on the Domino server. An enhancement request for this new functionality has been submitted to Lotus Software Quality Engineering; however, there are no plans to address it in the currently supported Domino product series.
As noted in the Domino Designer Help, this command returns only the documents a user is allowed to access. Therefore, setting proper Access Control Lists (ACL) on your databases will prevent users from seeing any information you wish to restrict, even if they use the ?ReadViewEntries command.
Supporting Information:
The ReadViewEntries command returns an XML listing of documents within a view. It can be used by client-side Java applets to make use of documents in the database. It is possible to use Redirection Mapping documents to redirect browser requests that use the ?ReadViewEntries command. However, the redirect may prevent certain Java applets from working correctly. Therefore, the best practice is to use ACLs to restrict access.