Skip to content

Commit

Permalink
Merge pull request #7044 from QualitativeDataRepository/IQSS/7043-htm…
Browse files Browse the repository at this point in the history
…l_mimetype_for_error_pages

fix mimetype of error pages
  • Loading branch information
sekmiller authored Aug 9, 2024
2 parents 645315c + ab56405 commit b67d732
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@
<extension>webmanifest</extension>
<mime-type>application/manifest+json</mime-type>
</mime-mapping>
<mime-mapping>
<extension>xhtml</extension>
<mime-type>text/html</mime-type>
</mime-mapping>

<!-- BEGIN Data Deposit API (SWORD v2) -->
<!-- See also SwordConfigurationImpl for how deprecation warnings are configured -->
<context-param>
Expand Down

0 comments on commit b67d732

Please sign in to comment.