Skip to content

Commit

Permalink
Issue #6544 - Adding comment about mime-type in web.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Jul 30, 2021
1 parent d5da842 commit dc48a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/demo-simple-webapp/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -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>
Expand Down

0 comments on commit dc48a4b

Please sign in to comment.