From fb8a16ffcc4c1f609a24fc66faa5f3d765b865ef Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 7 Aug 2015 12:06:01 +0200 Subject: [PATCH] * wrap/python/ajax/spotcgi.in: Output .hoa as text/x-hoa. --- wrap/python/ajax/spotcgi.in | 1 + 1 file changed, 1 insertion(+) diff --git a/wrap/python/ajax/spotcgi.in b/wrap/python/ajax/spotcgi.in index dad911427..8c6c564c7 100755 --- a/wrap/python/ajax/spotcgi.in +++ b/wrap/python/ajax/spotcgi.in @@ -91,6 +91,7 @@ if not script: self.cgi_info = '', self.path[9:] return True return False + MyHandler.extensions_map[".hoa"] = 'text/x-hoa' server_address=('', 8000) if not os.access(imgdir, os.F_OK):