RE: [Twisted-Python] Adding Mime types using coil
Ok- Thanks for the quick reply, I need to muck around looking at the source more so I can ask better informed stupid questions. Karl -----Original Message----- From: Itamar Shtull-Trauring [mailto:twisted@itamarst.org] Sent: Friday, July 12, 2002 10:53 AM To: twisted-python@twistedmatrix.com Subject: Re: [Twisted-Python] Adding Mime types using coil Lewin, Karl E wrote:
I am trying to add a mime type (image/svg+xml) to a default twisted web server (mktap web --path c:/proj/html) and although it looks like it is changed when I add it using coil, when I close and restart coil it doesn't show up. Any suggestions on things to look for?
This is a bug in Twisted, since the dictionary is actually a class level attribute instead of an instance, so it doesn't get saved when you save the tap. I'll fix this after we release 0.19.0. _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
On Fri, Jul 12, 2002 at 11:19:31AM -0500, Lewin, Karl E wrote:
Ok-
Thanks for the quick reply, I need to muck around looking at the source more so I can ask better informed stupid questions.
That was a bug in Twisted, not a stupid question. Please feel free to ask us about more of those :) -Andrew.
participants (2)
-
Andrew Bennetts -
Lewin, Karl E