Connection closing because of Content-Type

If i set the content type of some indexer to *none* (<attribute name='content-type' 
flag='2' class='org.w3c.jigsaw.frames.MimeTypeAttribute'>@@NULL@@</attribute>) 
and try to retrieve the Information of an file indexed by this indexer via telnet/HEAD i've 
got an connection problem:

	HTTP/1.1 200 OK
	Connection: keep-alive,close
	Date: Thu, 30 Aug 2001 11:48:44 GMT
	Content-Length: 177828
	Content-Type: Connection closed by foreign host.

Changing the content type to some real MIME type for instance 
application/octet-stream everything works fine:

	HTTP/1.1 200 OK
	Connection: keep-alive,close
	Date: Thu, 30 Aug 2001 11:51:54 GMT
	Content-Length: 177828
	Content-Type: application/octet-stream
	Etag: "fqnhoi:t2he189o"
	Last-Modified: Thu, 30 Aug 2001 09:53:33 GMT
	Server: Jigsaw/2.2.0

Out of my sight the connection closing by Jigsaw is an bug.


Thomas Kämmerer
Unilog Integrata Unternehmensberatung GmbH
Business Unit Frankfurt
Projektgruppe VIBRIS
TKaemmerer@Unilog.de oder T.Kaemmerer@VIBRIS.rhein-main.com

Received on Thursday, 30 August 2001 08:36:48 UTC