cwsus / esolutions

Apache License 2.0
0 stars 0 forks source link

Validation failure during olr question/response #2

Closed cws-khuntly closed 11 years ago

cws-khuntly commented 11 years ago

Not a web validation failure, actual bad data. Modified validator to include uid check, removed questions from session and put into olr request object. Re-test

cws-khuntly commented 11 years ago

Fixed processing. Error message shown on submit answers page immediately after submitting username advising that username is required. Further investigation required

cws-khuntly commented 11 years ago

Changed reset processing. Removed old request object in favor of user change object and modified validator to accept. Added reset type enum to handle validation appropriately. Testing.

cws-khuntly commented 11 years ago

Fixed password question/response and forgot username. Submitting new password throws null pointer in audit processor. Added necessary objects for audit processing and removed autologin on new password reset, now redirecting to logon page for true logon

cws-khuntly commented 11 years ago

Fix for npe on audit added bug to account load - mis-numbered array entry. Fixed, re-test

cws-khuntly commented 11 years ago

Fix (add) reset process flow in AccountControlProcessorImpl. It was never written to properly handle it. Should work now

cws-khuntly commented 11 years ago

Fix checked in and pushed