I'm not sure why ratproxy detects JavaScript code with MIME type
"application/javascript" as "application_javascript". Is there some valid
reason for this?
This leads to the following warnings in the report:
"MIME type: application/javascript, detected: application_javascript,
charset: -"
The following fragment of mime.c is responsible:
else if (!strcasecmp(r->mime_type,"application/javascript"))
r->sniffed_mime = "application_javascript";
Original issue reported on code.google.com by adambyrtek on 18 Sep 2009 at 1:29
Original issue reported on code.google.com by
adambyrtek
on 18 Sep 2009 at 1:29