Skip to content

Commit

Permalink
PR #7544 - changes from review
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Feb 22, 2022
1 parent 16b070d commit 90f7d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/etc/well-known.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Arg><Property name="jetty.wellknown.dir" default=".well-known"/></Arg>
</Call>
</Set>
<Set name="directoriesListed"><Property name="jetty.wellknown.directoriesListed" default="false"/></Set>
<Set name="directoriesListed"><Property name="jetty.wellknown.listDirectories" default="false"/></Set>
</New>
</Set>
</New>
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/well-known.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ etc/well-known.xml
# end::documentation[]

## Allow contents of the well-known directory to be listed.
# jetty.wellknown.directoriesListed=false
# jetty.wellknown.listDirectories=false

0 comments on commit 90f7d97

Please sign in to comment.