Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2a053233ccc2b49b5ef8a511b830b6706b1688a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
<Configure id="unixSocketHttpConfig" class="org.eclipse.jetty.server.HttpConfiguration">
  <Call name="addCustomizer">
    <Arg>
      <New class="org.eclipse.jetty.server.SecureRequestCustomizer">
      </New>
    </Arg>
  </Call>
</Configure>

Back to the top