Show TOC Start of Content Area

Object documentation PasswordChangeForm Servlet  Locate the document in its SAP Library structure

Definition

The PasswordChangeForm servlet is implemented in the ChangePasswordLoginForm class that is part of the J2EE Engine’s Web Container. It is declared in the global-web.xml descriptor. It is mapped to the /ChangePassword URL pattern.

Use

The PasswordChangeForm servlet is used to generate the login and error pages used in cases when the client is prompted to change password. The corresponding pages are defined in the global web-j2ee-engine.xml descriptor. The error page is generated when the PasswordChangeForm servlet is called with ChangePassword?error=true URL pattern.

Note

You must make sure you do not map any component to the /ChangePassword URL pattern in the web.xml descriptor of your Web application, otherwise you cannot use the functions of the default PasswordChangeForm servlet. Furthermore, the component you have mapped to this pattern will be invoked each time the password change is required, which may not suit the corresponding application logic.

 

End of Content Area