Skip to content

Commit

Permalink
Suppress Jetty directory listings
Browse files Browse the repository at this point in the history
This ought to have been done at the same time as
24152dd
but I overlooked it. At any rate both the source code and built image
for isaac-api are public, so this would not list anything sensitive.
  • Loading branch information
jsharkey13 committed Feb 4, 2025
1 parent 5b2a61a commit 3b1e5bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web-api-live.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
org.jboss.resteasy.plugins.interceptors.GZIPEncodingInterceptor
</param-value>
</context-param>
<context-param>
<param-name>org.eclipse.jetty.servlet.Default.dirAllowed</param-name>
<param-value>false</param-value>
</context-param>

<session-config>
<cookie-config>
Expand Down

0 comments on commit 3b1e5bf

Please sign in to comment.