Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Finalhandler production stacktrace fix #46

Closed
wants to merge 3 commits into from
Closed

Finalhandler production stacktrace fix #46

wants to merge 3 commits into from

Commits on Feb 2, 2016

  1. Default to NOT display error details if no environment info is set.

    Details will only be displayed if the 'env' option IS set, and it is set
    to something other than "production"
    michaelmoussa committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    afcfc3b View commit details
    Browse the repository at this point in the history
  2. Allow original response to be injected into FinalHandler

    This is to allow consumers, particularly Expressive, to create a FinalHandler
    with configuration settings prior to the $response being available, and
    then inject the original response later. Otherwise, FinalHandler will
    always produce a 404 for successful requests, because any response it
    receives would differ from the original NULL response.
    michaelmoussa committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    5d41d1e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    675f7fc View commit details
    Browse the repository at this point in the history