Author: violetagg Date: Wed Mar 23 09:29:39 2016 New Revision: 1736297 URL: http://svn.apache.org/viewvc?rev=1736297&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59218 Correct the path to jaspic-providers.xml in Jaspic How-To. Patch is provided by Tatsuya Bessho.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/jaspic.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1736297&r1=1736296&r2=1736297&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Mar 23 09:29:39 2016 @@ -85,6 +85,14 @@ </fix> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <fix> + <bug>59218</bug>: Correct the path to <code>jaspic-providers.xml</code> + in Jaspic How-To. Patch is provided by Tatsuya Bessho. (violetagg) + </fix> + </changelog> + </subsection> <subsection name="Tribes"> <changelog> <fix> Modified: tomcat/trunk/webapps/docs/config/jaspic.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/jaspic.xml?rev=1736297&r1=1736296&r2=1736297&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/jaspic.xml (original) +++ tomcat/trunk/webapps/docs/config/jaspic.xml Wed Mar 23 09:29:39 2016 @@ -40,7 +40,7 @@ JASPIC authentication implementations with Tomcat.</p> <p>JASPIC may be configured dynamically by an application or statically via - the <code>$CATALINA_BASE/jaspic-providers.xml</code> configuration file. + the <code>$CATALINA_BASE/conf/jaspic-providers.xml</code> configuration file. If present, a JASPIC configuration will over-ride any <code><login-config></code> present in <code>web.xml</code>.</p> @@ -54,7 +54,7 @@ <code>AuthConfigProvider</code> then a web application can be configured to use it by nesting the following inside the <code><jaspic-providers></code> element in - <code>$CATALINA_BASE/jaspic-providers.xml</code>.</p> + <code>$CATALINA_BASE/conf/jaspic-providers.xml</code>.</p> <source><![CDATA[<provider name="any" className="fully.qualified.implementation.class.Name" layer="HttpServlet" @@ -102,7 +102,7 @@ <p>Tomcat's wrapper for <code>ServerAuthModule</code> can be configured by nesting the following inside the <code><jaspic-providers></code> element in - <code>$CATALINA_BASE/jaspic-providers.xml</code>.</p> + <code>$CATALINA_BASE/conf/jaspic-providers.xml</code>.</p> <source><![CDATA[<provider name="any" className="org.apache.catalina.authenticator.jaspic.AuthConfigProviderImpl" layer="HttpServlet" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org