https://issues.apache.org/bugzilla/show_bug.cgi?id=52760
Bug #: 52760
Summary: Mime type for javascript incorrect in documentation
Product: Tomcat 7
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
The mime type for javascript for the expires by type filter is documented as
text/javascript. Tomcat actually serves javascript with the mime-type
application/javascript.
http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html
Says
<init-param>
<param-name>ExpiresByType text/javascript</param-name>
<param-value>access plus 1 month</param-value>
</init-param>
Should say
<init-param>
<param-name>ExpiresByType application/javascript</param-name>
<param-value>access plus 1 month</param-value>
</init-param>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]