Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Servlets Get 2.0.4, Launchpad Testing 5
-
None
Description
Integrationtests fail due to the new MIME type file:
These expect text/xml and get application/xml, where the latter is considered "more correct" today:
testEspXml(org.apache.sling.launchpad.webapp.integrationtest.NodetypeRenderingTest)
testEspXml(org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest)
These expected application/x-javascript and get application/javascript:
testJavascriptFile(org.apache.sling.launchpad.webapp.integrationtest.StreamServletTest)
testEspJs(org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest)
Since these failures are a result of upgrading our core MIME types file to the Apache httpd version, I consider the tests wrong and will fix them