molecule: update overridden template

This commit is contained in:
Guido Grazioli 2022-12-19 23:32:35 +01:00
parent cd1c2ae3e7
commit 842cb7bf23
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B

View file

@ -179,6 +179,9 @@
</thread-pool>
</thread-pools>
<default-security-domain value="other"/>
<application-security-domains>
<application-security-domain name="other" security-domain="ApplicationDomain"/>
</application-security-domains>
<default-missing-method-permissions-deny-access value="true"/>
<statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
<log-system-exceptions value="true"/>
@ -520,7 +523,7 @@
<http-listener name="default" socket-binding="http"/>
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<http-invoker security-realm="ApplicationRealm"/>
<http-invoker http-authentication-factory="application-http-authentication"/>
</host>
</server>
<servlet-container name="default">