Question: java Question 2 - JSP [25 marks] Develop a JSP page that updates user login password using the database table of question 1. The Password

 java Question 2 - JSP [25 marks] Develop a JSP pagethat updates user login password using the database table of question 1. java

Question 2 - JSP [25 marks] Develop a JSP page that updates user login password using the database table of question 1. The Password column contains the MD5 message digest of the password, in hex-digit format The JSP page uses three HTTP request parameters, with names "name", "oldpassword" and "newpassword". It first checks user record against the table data. The following web page contains an HTML form for making requests to the JSP page with the three parameters; this form assumes the JSP page is called users. jsp. If the name and password parameters match a table record, the JSP page updates the old password digest with the new password digest and displays the result in the response content. Update User Password User peter password updated If the name and/or password parameters do not match a table record, the JSP page displays an error message

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!