Ticket Details

Issues with Response Object when Handling Images

BUG Ticket (closed)

###What happened:
As of commit: [15a236767059dbd354548687654124877986434b] images are no longer rendered via the Response Object. 

Here is an example of [a route](http://pastium.org/view/b3d1d73e5016cd3cb809e75d641e7fc6) that would previously render images from MongoDB with Router::connect() in app/config/routes.php

###What was expected:
Images should render with the appropriate Response object.

on 08.31.10 reported by: fitzagard owned by: nate

Updates

on 09.29.10 by nate
  • owner was changed to nate
  • status was changed to in progress
(fixed) on 10.02.10 by nate
  • status was changed to closed
  • resolution was changed to fixed
Fixed in the x-encoding branch. Thanks for the report.