Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #1058 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Login Redirect not working after APIAuthentication error is thrown

Reported by: bwolfe Assigned to: bwolfe
Priority: major Milestone: (Completed) OpenMRS 1.4
Component: OpenMRS Code Base Keywords:
Cc: Introductory Ticket:
Code Review Status:

Description

The uncaughtexception page used to redirect to the last attempted page if an APIAuthentication error was thrown. This allowed controllers to throw this error and the interface would automatically show the login page. Right now its just showing the error stack trace.

Change History

10/20/08 14:57:24 changed by bwolfe

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [5736]

As a side fix, I also got the query string back in that redirect. So APIAuthenticationException errors on the patient dashboard should work correctly again.

10/20/08 15:04:58 changed by bwolfe

Backported to 1.3.x in [5737]