Ticket #2244 (new defect)
Opened 11 months ago
BasicAuth causes redirection back after login to fail
| Reported by: | sharvey | Owned by: | sminnee |
|---|---|---|---|
| Priority: | medium | Milestone: | |
| Component: | Sapphire Framework | Version: | 2.2.1 |
| Severity: | medium effort / impact | Keywords: | |
| Cc: | Hours: |
Description
If you have BasicAuth? enabled (default), then redirection with "BackURL" in the dologin() method on MemberLoginForm?.php fails. $_REQUESTBackURL? is never set. If you disable BasicAuth? it works.
I can confirm that adding BasicAuth::disable() to _config.php fixes this problem, so I conclude that the problem may lie in BasicAuth?.
Note: See
TracTickets for help on using
tickets.
