6 Replies Latest reply on Jul 6, 2018 1:14 PM by mevans7

    WildFly 13: Is realm-name correct in standalone*.xml http-authentication-factory mechanism?

    mevans7

      I'm looking at Elytron.  In the subsystem/http/http-authentication-factory/mechanism-configuration/mechanism/mechanism-realm, the realm-name tag has the value "Application Realm" (with a SPACE in there).  All other references to an Application Realm have no spaces.  Is this a bug?

       

                      <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">

                          <mechanism-configuration>

                              <mechanism mechanism-name="BASIC">

                                  <mechanism-realm realm-name="Application Realm"/>

                              </mechanism>

                              <mechanism mechanism-name="FORM"/>

                          </mechanism-configuration>

                      </http-authentication-factory>