0 Replies Latest reply on Jul 28, 2014 7:08 AM by bossfrog

    WildFly equivalent of DEFAULT_TOMCAT_AUTHENTICATION

    bossfrog

      Hello,

       

      JBoss AS 7.2.0 supports the property:

      <property name="org.apache.coyote.ajp.DEFAULT_TOMCAT_AUTHENTICATION" value="false"/>

       

      This tells JBoss to ignore the authentication info (REMOTE_USER) and let the AJP-connected web server handle it.

       

      What is the equivalent configuration for WildFly 8.1.0 and its Undertow module?

       

      Thanks.