TMIMETypeCache does not know SVG

Issue #70 resolved
Christian Budde created an issue

Currently the TMIMETypeCache in the unit dwsWebServerHelpers is not aware of SVG images (but GIF).

In order to suit modern web development with this unit it would make sense to add something like

Prime('.svg', 'image/svg+xml');

to the constructor TMIMETypeCache.Create;

Comments (1)

  1. Log in to comment