ontodev / droid

DROID Reminds us that Ordinary Individuals can be Developers
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

DROID should check 'content-type' header case-insensitively #136

Closed lmcmicu closed 1 year ago

lmcmicu commented 1 year ago

DROID verifies that the output of a CGI script is valid by looking for the 'Content-Type' header (see here) but it does so in a case-sensitive way. Since the CGI spec says that these header names are case-insensitive, DROID's check should also be case-insensitive.

lmcmicu commented 1 year ago

This is a duplicate of https://github.com/ontodev/droid/issues/135