0 Replies Latest reply on Dec 2, 2016 12:51 PM by amene

    How to enable request-dumper in wildfly10

    amene

      I need to capture http-request headers for the incoming transactions.

       

      I have the below configured in the standalone.xml

        <host name="default-host" alias="localhost">

         ...

           <filter-ref name="request-dumper"/>

         ...

      </host>

      and then

      <filters>

           ...

          <filter name="request-dumper" class-name="io.undertow.server.handlers.RequestDumpingHandler" module="io.undertow.core" />

      </filters>

       

      But I am not getting the  expected  -------REQUEST--- in the server.log. I think the way I have the filter defined is not correct for wildFly10. Any help  is appreciated.