HTTP Errors

I am logging in domcfg the login uses an ldap server to check the id and password. I have put these three forms

$$ReturnGeneralError

$$ReturnAuthenticationFailure

$$ReturnAuthorizationFailure

however when a user puts in the wrong password it doesn’t go to an error page but tries to go to the names.nsf and then gives me cannot display page.

http … /names.nsf?Login

I can’t figure out how to get it to just give me the error page.

Any advice would be appriciated.

Thank you

Subject: HTTP Errors

Hi Matthew,

did you create a “Error & Response Form Mapping” document in the domcfg-Database?

The automatic mapping of error type (e.g. “Authentication Failure”) and corresponding customized error form (“$$ReturnAuthenticationFailure”) only works as you store this forms inside your application database.

In the domcfg you have to do the mapping by yourself and there are no naming conventions for your forms at all.

Hope this solved your problem?

Marco

Subject: RE: HTTP Errors

Hi Marco,

Yes I did create an Error & Response form Mapping. but I think something lies in the fact that when a user logs in the domino sends it out to the LDAP server to check it but when the user is not authenticated rather then it saying that it attempts to check the names.nsf for that use however they do not have access to that.

Subject: RE: HTTP Errors

Isn’t your customized General Error Form beeing displayed as well?And does Anonymous have reader access to the domcfg?