Skip to content

Commit

Permalink
Merge pull request #1547 from basil/mime-types
Browse files Browse the repository at this point in the history
Remove reference to `MIME_TYPES`
  • Loading branch information
jglick authored May 9, 2024
2 parents f10083a + 8fe249e commit 3224a30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public Thread newThread(Runnable r) {
context.addBean(new NoListenerConfiguration(context));
JettyWebSocketServletContainerInitializer.configure(context, null);
server.setHandler(context);
context.setMimeTypes(MIME_TYPES);
context.getSecurityHandler().setLoginService(configureUserRealm());
context.setResourceBase(WarExploder.getExplodedDir().getPath());

Expand Down

0 comments on commit 3224a30

Please sign in to comment.