Coder Social home page Coder Social logo

nelmioesidebugbundle's People

Contributors

seldaek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nelmioesidebugbundle's Issues

[2.1] no ESI debug rendering if Content-Type is not HTML

Hi,

I'm running Symfony 2.1 and I wasn't able to make the bundle work. The bundle is loaded and I have the "Hide ESI" button in the WDT but there is no ESI debug on the screen.

After digging the code, I have commented the following condition in the Kernel event listener:

if (!preg_match('{^text/html\b}', $response->headers->get('Content-Type'))) {
    return;
}

My ESI action is rendered with the @template annotation and at this moment there is no Content-Type in the Response.

I looked at the Profiler to see in which order event listeners are called. This is the result:

kernel.response     0   ContextListener::onKernelResponse
kernel.response     0   ResponseListener::onKernelResponse
kernel.response     0   FirePHPHandler::onKernelResponse
kernel.response     0   CacheListener::onKernelResponse
kernel.response     0   Kernel::onKernelResponse <-- Your event listener
kernel.response     0   ResponseListener::onKernelResponse <-- Prepare headers
kernel.response     0   EsiListener::onKernelResponse
kernel.response     -100    ProfilerListener::onKernelResponse 

I think the order is not correct. The Nelmio Kernel event listener is called too soon. It's called before the Symfony ResponseListener event listener that prepares the response. This listener sets headers and I think it also sets the Content-Type header field.

So, ResponseListener should be called before Kernel event listener.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.