<xsl:template match="http-listener[@id='admin-listener']">
    <xsl:copy>
      <xsl:copy-of select="@*"/>
      <xsl:attribute name="security-enabled">false</xsl:attribute>
      <!--
      <xsl:element name="property">
        <xsl:attribute name="name">proxiedProtocols</xsl:attribute>
        <xsl:attribute name="value">http</xsl:attribute>
      </xsl:element>
      -->
    </xsl:copy>
  </xsl:template>