Uploaded image for project: 'JBoss Server Migration Tool'
  1. JBoss Server Migration Tool
  2. CMTOOL-332

EAP 7.x -> 8.0: legacy security-realm attributes in domain.xml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.12.0.Final
    • None
    • EAP 8.0
    • None
    • False
    • None
    • False

      There are several occurrences of the legacy security-realm attributes in domain.xml after the migration from EAP 7.3 to EAP 8.0:

      • http-connector in the remoting subsystem
      • https-listener in the undertow subsystem
      • http-invoker in the undertow subsystem
                  <subsystem xmlns="urn:jboss:domain:remoting:4.0">
                      <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
      ...
                  <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
                      <buffer-cache name="default"/>
                      <server name="default-server">
                          <http-listener name="default" socket-binding="http" redirect-socket="https" enable-http2="true"/>
                          <https-listener name="https" socket-binding="https" security-realm="ApplicationRealm" enable-http2="true"/>
                          <host name="default-host" alias="localhost">
                              <location name="/" handler="welcome-content"/>
                              <http-invoker security-realm="ApplicationRealm"/>
                          </host>
      ...
      

       

              istudens@redhat.com Ivo Studensky
              okotek@redhat.com Ondrej Kotek
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: