0 Replies Latest reply on Jun 29, 2016 2:20 AM by celle2006

    JBoss 7 to wildfly 10 Form based login

    celle2006

      Hi all,

       

      in JBoss 7 I used the org.jboss.as.web.security.ExtendedFormAuthenticator Valve configuration.

       

      <jboss-web>

          <security-domain>xxxxxxxxSD</security-domain>

          <valve>

              <class-name>org.jboss.as.web.security.ExtendedFormAuthenticator

              </class-name>

              <param>

                  <param-name>includePassword</param-name>

                  <param-value>false</param-value>

              </param>

          </valve>

      </jboss-web>

       

      So I was able to use j_exception in a jsp like ${j_exception.message}. As I found out, there is no Valve support for wildfly anymore.

      How can I get a kind of j_exception in Wildfly 10 for a form based login??

       

      thankx in advance.

       

      celle2006