Hide Forgot
Description of problem: Content-Type header for the path '/lobster' for the Ruby app generated by the cartridge is "text/plain" rather than "text/html". Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. rhc app create rack ruby-1.9 2. curl -I http://rack-*.dev.rhcloud.com/lobster | grep Actual results: Content-Type: text/plain; charset=UTF-8 Expected results: Content-Type: text/html; charset=UTF-8 Additional info: The browser will show all the HTML markups
Not sure where the content type is coming. https://github.com/rack/rack/blob/1.5.2/lib/rack/lobster.rb#L29
I'm not able to reproduce this on the latest devenv: ~ → curl -I http://rack-mfojtik.dev.rhcloud.com/lobster | grep 'Content-Type' Content-Type: text/html; charset=UTF-8
I can't reproduce this, either.