Author: violetagg
Date: Fri Jun 9 21:15:26 2017
New Revision: 1798280
URL: http://svn.apache.org/viewvc?rev=1798280&view=rev
Log:
Correct typo in Context Container Configuration Reference. Patch provided by
Katya Todorova via GitHub.
This closes #62
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/context.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1798280&r1=1798279&r2=1798280&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Jun 9 21:15:26 2017
@@ -185,6 +185,10 @@
<code>@EJB</code> annotation in the annotations API. Patch provided by
Katya Todorova. (markt)
</fix>
+ <fix>
+ Correct typo in Context Container Configuration Reference.
+ Patch provided by Katya Todorova. (violetagg)
+ </fix>
</changelog>
</subsection>
</section>
Modified: tomcat/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1798280&r1=1798279&r2=1798280&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Fri Jun 9 21:15:26 2017
@@ -763,7 +763,7 @@
createSubContext(), destroySubContext() or close() will trigger a
<code>javax.naming.OperationNotSupportedException</code> as required by
section EE.5.3.4 of the Java EE specification. This exception can be
- disabled by setting this attribute to true in which case any calls to
+ disabled by setting this attribute to false in which case any calls to
modify the JNDI context will return <b>without</b> making any changes
and methods that return values will return <code>null</code>. If not
specified, the specification compliant default of <code>true</code>
will
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]