wttech / aem-stubs

Tool for providing sample data for AEM applications in a simple and flexible way. Stubbing server on AEM, no separate needed.
Apache License 2.0
41 stars 4 forks source link

Retrieving images doesn't work with Handlebars template engine #51

Closed marcinkp closed 4 months ago

marcinkp commented 3 years ago

For given stub definition

    stubFor(get("/image")
            .willReturn(aResponse()
                    .withBodyFile("samples/logo.png")
                    .withHeader("Content-Type", "image/png")))

The image isn't returned properly

krystian-panek-vmltech commented 4 months ago

no longer valid for v4