jetty config to disable context listing

This commit is contained in:
zzz
2016-03-15 14:08:28 +00:00
parent 387dc98e11
commit c869d3adc4

View File

@ -272,6 +272,14 @@
</Call> </Call>
</Ref> </Ref>
<!-- ===================== -->
<!-- DefaultHandler config -->
<!-- http://stackoverflow.com/questions/4202275/how-to-prevent-jetty-from-showing-context-related-information -->
<!-- ===================== -->
<Ref id="DefaultHandler">
<Set name="showContexts">false</Set>
</Ref>
<!-- =========================================================== --> <!-- =========================================================== -->
<!-- Configure Authentication Realms --> <!-- Configure Authentication Realms -->
<!-- Realms may be configured for the entire server here, or --> <!-- Realms may be configured for the entire server here, or -->