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 page](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f2e271244ca_71266f2e270b4e3e.jpg)
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
Get step-by-step solutions from verified subject matter experts
