We have a web server that only resolves urls for databases if they have a slash after .nsf
So http://server/names.nsf returns “File not found” whereas
http://server/names.nsf/ correctly redirects to the login page
(similaraly http://server/mail/mymailfile.nsf fails where http://server/mail/mymailfile.nsf/ will work)
For most applications, this is OK because they link to http://server/database.nsf/view/document
But sometimes causes problems e.g:
http://server/names.nsf?ChangePassword doesn’t work.
I’ve checked for Internet site documents and there are no substition rules that would force this.
Anyone got any ideas?