Hey Ludo and sirgazil, On Thu, Dec 21, 2017 at 8:25 AM, Ludovic Courtès <l...@gnu.org> wrote: > Hi there! > > sirgazil <sirga...@zoho.com> skribis: > >> When you create resources in Haunt whose URL paths contain dots beside >> the dot before a file extension, it seems Haunt's web server will >> always serve them as "text/plain". So, in the case of HTML pages, for >> example, when you visit them in the Web browser, the browser won't >> render the HTML, but display the HTML markup instead (within a PRE >> element in a browser-generated HTML page). > > I noticed that too. > > The first patch attached fixes it (previously (file-extension > "hello.es.html") would return "es.html", which has no associated MIME > type). The second one is nice to have. > > Dave, could you consider applying them? :-)
Thanks for finding and fixing this bug! Both patches applied! - Dave