2 Replies Latest reply on Jun 11, 2015 4:24 AM by rumpelstilzchen926

    Documentation of undertow handlers?

    rumpelstilzchen926

      Hi,

       

      I have one ear in Wildfly 8.2 with webroot /xyz

      and want to redirect the URL /abc/xyz/* to /xyz/*

       

      Can this be done with undertow?

       

      The documentation https://docs.jboss.org/author/display/WFLY8/Undertow+subsystem+configuration

      describes a <handlers> Entry, but I cannot find any information about the allowed entries beside

      <file> in the above mentioned documentation.

       

      Surprisingly, the <handlers> entry is not found on

      http://wildscribe.github.io/Wildfly/8.2.0.Final/subsystem/undertow/index.html

      and I cannot find a standalone.xsd.

       

      The undertow documentation

      http://undertow.io/undertow-docs/undertow-docs-1.2.0/index.html#built-in-handlers

      describes a redirect handler, thus there is still some hope, that wildfly might support it.

       

      Can someone help me?

      Any suggestion how to solve the URL redirection is welcome.