You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2018/09/22 20:19:24 UTC

svn commit: r1841693 - /tomcat/trunk/webapps/docs/changelog.xml

Author: isapir
Date: Sat Sep 22 20:19:24 2018
New Revision: 1841693

URL: http://svn.apache.org/viewvc?rev=1841693&view=rev
Log:
Changelog entry for BZ 62755

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1841693&r1=1841692&r2=1841693&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sat Sep 22 20:19:24 2018
@@ -75,6 +75,12 @@
         Add missing qsdiscard flag to the rewrite flags as a cleaner way to
         discard the query string. (remm)
       </fix>
+      <add>
+        <bug>62755</bug>: Add ability to opt out of adding the default web.xml 
+        config when embedding Tomcat and adding a context via <code>addWebapp()</code>. 
+        Call <code>setAddDefaultWebXmlToWebapp(false)</code> to prevent the 
+        automatic config. (isapir)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org