toddyo / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

handleFormCancel() error #702

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open PWM in browser
2. Go to any page where the cancel button is present
3. Click cancel button

What is the expected output? What do you see instead?
The cancel button tries to redirect to tomcat7/public, but since there is no 
tomcat7/public/index.jsp, it returns a 404 Page Not Found error.

Notes:
It's possible to create that file, of course, but since the cancel button 
appears in various places, I don't want there to be one universal page it 
redirects to. Which is to say, when a user clicks cancel from the forgotten 
password form, it should redirect to the login page, but when a user clicks 
cancel from the change password form, it should redirect to their private user 
menu, or else they'll think they've logged out.
This also happens with the continue button.

What version of PWM are you using?
1.7.0

What ldap directory and version are you using?
2.4.31

Please paste any error log messages below:
None

Original issue reported on code.google.com by catsandd...@gmail.com on 28 Jul 2015 at 3:28