<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello everyone, <br>
    <br>
    I'm doing a comparison between the different server configuration
    files generated in normal distribution and servlet-distribution,
    basically working on [1].<br>
    <br>
    The security subsystem in the servlet distribution does not have
    these security domains configured whereas they are in the normal
    distribution:
    <br>
    <br>
    <font face="Courier New, Courier, monospace">&lt;subsystem
      xmlns="urn:jboss:domain:security:2.0"&gt;<br>
          &lt;security-domains&gt;<br>
                 ...<br>
          &lt;security-domain name="jboss-web-policy"
      cache-type="default"&gt;<br>
              &lt;authorization&gt;<br>
                  &lt;policy-module code="Delegating"
      flag="required"/&gt;<br>
              &lt;/authorization&gt;<br>
          &lt;/security-domain&gt;<br>
          &lt;security-domain name="jboss-ejb-policy"
      cache-type="default"&gt;<br>
              &lt;authorization&gt;<br>
                  &lt;policy-module code="Delegating"
      flag="required"/&gt;<br>
              &lt;/authorization&gt;<br>
          &lt;/security-domain&gt;<br>
          &lt;security-domain name="jaspitest" cache-type="default"&gt;<br>
              &lt;authentication-jaspi&gt;<br>
                  &lt;login-module-stack name="dummy"&gt;<br>
                      &lt;login-module code="Dummy" flag="optional"/&gt;<br>
                  &lt;/login-module-stack&gt;<br>
                  &lt;auth-module code="Dummy"/&gt;<br>
              &lt;/authentication-jaspi&gt;<br>
          &lt;/security-domain&gt;<br>
      &lt;security-domains&gt; </font><br>
    <br>
    I understand jboss-ejb-policy should not be configured because the
    servlet-distribution does not use ejbs, but what about jaspitest?
    <br>
    I have no clue if it has to be included or not in the
    servlet-distribution. <br>
    <br>
    Do you know if we should include it?
    <br>
    <br>
    Regards,<br>
    Yeray<br>
    <br>
    [1] <a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/WFLY-10421">https://issues.jboss.org/browse/WFLY-10421</a><br>
  </body>
</html>