Skip Menu |

This queue is for tickets about the Jifty CPAN distribution.

Report information
The Basics
Id: 17427
Status: resolved
Priority: 0/
Queue: Jifty

People
Owner: Nobody in particular
Requestors: tibbetts [...] streambase.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Mime types from jifty server missing
Date: Wed, 1 Feb 2006 23:40:34 -0500
To: bug-jifty [...] rt.cpan.org
From: Richard Tibbetts <tibbetts [...] streambase.com>
Fetching an HTML file from web/static the mime type is application/octet-stream. $ curl -v http://localhost:8888/testcss.html * About to connect() to localhost port 8888 * Trying 127.0.0.1... connected * Connected to localhost (127.0.0.1) port 8888 Show quoted text
> GET /testcss.html HTTP/1.1 > User-Agent: curl/7.14.0 (i486-pc-linux-gnu) libcurl/7.14.0 OpenSSL/0.9.7g zlib/1.2.3 libidn/0.5.13 > Host: localhost:8888 > Accept: */* >
< HTTP/1.0 200 Jifty OK < Set-cookie: JIFTY_SID_8888=ccaa008e71d28cdc901ab8a5da161bbd; path=/ < Cache-control: max-age=3600, must-revalidate < Content-Type: application/octet-stream
This is fixed in (at least) the latest release of Jifty (1.01209). Thomas