Cached requests are returned as text/html
Reported by Ben Schwarz | April 20th, 2008 @ 11:14 PM | in 1.0
Rather than the content type that was originally set
First request to javascript service = fine.
Cache is made..
Cache hit - text/html returned
Snip below
Ben:~ ben$ curl -I http://localhost:4000/stocks/MGR...
HTTP/1.1 200 OK
Connection: close
Date: Fri, 18 Apr 2008 06:41:16 GMT
Content-Type: text/javascript
Content-Length: 7
Ben:~ ben$ curl -I http://localhost:4000/stocks/MGR...
HTTP/1.1 200 OK
Connection: close
Date: Fri, 18 Apr 2008 06:41:07 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 7
Comments and changes to this ticket
-

-
Michael Klishin (antares) May 8th, 2008 @ 04:53 PM
- → Assigned user changed from to Michael Klishin (antares)
- → State changed from new to resolved
- → Milestone changed from to 1.0
fixed in 4f87aceb5
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
