Ticket #870 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

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

TActivePageAdapter.patch (1.0 kB) - added by stever 4 months ago.

Change History

Changed 4 months ago by stever

Changed 4 months ago by tof06

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

Thanks

Note: See TracTickets for help on using tickets.