Hi all
my jServer application serves some static content. For HTML files it automatically appends "Content-Type: text/html" to responses.
I also have different file types and I need to set the specific content-type for them.
Dim jo As JavaObject = srvr
jo.GetFieldJO("context").RunMethodJO("getMimeTypes", Null).RunMethod("addMimeMapping", Array("crl", "application/pkix-crl"))