Ticket #870 (closed defect: fixed)
Callback with redirect breaks lifecycle of page
| Reported by: | stever | Owned by: | xue |
|---|---|---|---|
| Priority: | urgent | Milestone: | 3.1.3 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | block | Keywords: | |
| Cc: |
Description
Callback with redirect breaks lifecycle of page -- it acts like it is a non-callback (which needs to end the page so it can add a header and exit).
However, in this case the callback gets shutdown before it is supposed to. On all our machines this has the effect of calling the callback twice (I think it is an error with php 5.2 on the twice part).
The fix here fixed it up perfect.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
