Author: fschumacher Date: Sun Sep 25 14:13:30 2016 New Revision: 1762202 URL: http://svn.apache.org/viewvc?rev=1762202&view=rev Log: Remove more duplicated words.
Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java?rev=1762202&r1=1762201&r2=1762202&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java (original) +++ tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Sun Sep 25 14:13:30 2016 @@ -1155,7 +1155,7 @@ public class ContextConfig implements Li } } - // Step 5. Process JARs for annotations for annotations and + // Step 5. Process JARs for annotations and // @HandlesTypes matches - only need to process those fragments we // are going to use (remember orderedFragments includes any // container fragments) Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1762202&r1=1762201&r2=1762202&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Sun Sep 25 14:13:30 2016 @@ -1150,7 +1150,7 @@ </fix> <fix> Fix a regression caused by the connector refactoring and ensure that the - thread context class loader is set to the to the web application + thread context class loader is set to the web application classloader when processing WebSocket messages on the server. (markt) </fix> <fix> Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1762202&r1=1762201&r2=1762202&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Sun Sep 25 14:13:30 2016 @@ -545,7 +545,7 @@ </attribute> <attribute name="serverRemoveAppProvidedValues" required="false"> - <p>If <code>true</code>, any Server header Server header set by a web + <p>If <code>true</code>, any Server header set by a web application will be removed. Note that if <strong>server</strong> is set, this attribute is effectively ignored. If not set, the default value of <code>false</code> will be used.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org