On Mon, Jun 29, 2026 at 11:51 AM <[email protected]> wrote: > > This is an automated email from the ASF dual-hosted git repository. > > markt-asf pushed a commit to branch main > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/main by this push: > new c19098eeca Update link. Remove default - a Realm is always in a > Container. > c19098eeca is described below > > commit c19098eeca424242d99f814002246a9dae864766 > Author: Mark Thomas <[email protected]> > AuthorDate: Mon Jun 29 10:50:39 2026 +0100 > > Update link. Remove default - a Realm is always in a Container.
Ok. I did not realize this could have been documented, sorry for the trouble. Rémy > --- > webapps/docs/config/realm.xml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/webapps/docs/config/realm.xml b/webapps/docs/config/realm.xml > index 374ed9a297..69654395fb 100644 > --- a/webapps/docs/config/realm.xml > +++ b/webapps/docs/config/realm.xml > @@ -841,11 +841,11 @@ > > <attribute name="appName" required="false"> > <p>The name of the application as configured in your login > configuration > - file > - (<a > href="http://docs.oracle.com/javase/1.4.2/docs/guide/security/jaas/tutorials/LoginConfigFile.html">JAAS > LoginConfig</a>).</p> > + file (<a > + > href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/jaas/tutorials/LoginConfigFile.html">JAAS > + LoginConfig</a>).</p> > <p>If not specified <code>appName</code> is derived from the > Container's > name it is placed in, for example <code>Catalina</code> or > <code>ROOT</code>. > - If the realm is not placed in any Container, the default is > <code>Tomcat</code>. > </p> > </attribute> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
