Author: remm Date: Tue May 24 09:26:00 2016 New Revision: 1745337 URL: http://svn.apache.org/viewvc?rev=1745337&view=rev Log: Checkstyle.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/ssl-howto.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1745337&r1=1745336&r2=1745337&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue May 24 09:26:00 2016 @@ -92,7 +92,7 @@ Server header may be configured by setting the <code>server</code> attribute on the <code>Connector</code>. A new <code>Connector</code> attribute, <code>serverRemoveAppProvidedValues</code> may be used to - remove any Server header set by a web application. (markt) + remove any Server header set by a web application. (markt) </add> </changelog> </subsection> Modified: tomcat/trunk/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=1745337&r1=1745336&r2=1745337&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/ssl-howto.xml (original) +++ tomcat/trunk/webapps/docs/ssl-howto.xml Tue May 24 09:26:00 2016 @@ -138,7 +138,7 @@ scenarios, they are not suitable for any <p>When securing a website with SSL it's important to make sure that all assets that the site uses are served over SSL, so that an attacker can't bypass the security by injecting malicious content in a javascript file or similar. To -further enhance the security of your website, you should evaluate to use the +further enhance the security of your website, you should evaluate to use the HSTS header. It allows you to communicate to the browser that your site should always be accessed over https.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org