Ticket #469 (closed enhancement: fixed)

Opened 21 months ago

Last modified 21 months ago

Add a flag that makes dispatch() return the response instead of send()ing it

Reported by: david Owned by: david
Priority: normal Milestone: 0.11
Component: controller Version: 0.11.0RC4
Severity: major Keywords:
Cc: Patch attached:

Description

Important for functional testing. Or maybe it should just always return the response, and the flag prevents it from being sent automatically?

Attachments

Change History

Changed 21 months ago by david

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

(In [1811]) ability to prevent sending of the response in Controller::dispatch() which now also returns the final response (not the global one, mind you, but that one gets merged in) via parameter 'send_response'. plus some small refactorings. closes #469

Add/Change #469 (Add a flag that makes dispatch() return the response instead of send()ing it)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.