Issue #6544 - Adding comment about mime-type in web.xml
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
d5da842ea8
commit
dc48a4b452
|
@ -6,6 +6,7 @@
|
|||
|
||||
<display-name>Simple Web Application</display-name>
|
||||
|
||||
<!-- using a mime-type and extension that does NOT exist in jetty-http's mime.properties -->
|
||||
<mime-mapping>
|
||||
<extension>icon</extension>
|
||||
<mime-type>image/vnd.microsoft.icon</mime-type>
|
||||
|
|
Loading…
Reference in New Issue