Author: markt Date: Sat May 16 09:00:34 2015 New Revision: 1679708 URL: http://svn.apache.org/r1679708 Log: As per feedback on dev@ (remm, kkolinko) disable by default
Modified: tomcat/trunk/conf/web.xml Modified: tomcat/trunk/conf/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev=1679708&r1=1679707&r2=1679708&view=diff ============================================================================== --- tomcat/trunk/conf/web.xml (original) +++ tomcat/trunk/conf/web.xml Sat May 16 09:00:34 2015 @@ -427,11 +427,13 @@ <!-- blockContentTypeSniffingEnabled --> <!-- Should the header that blocks content type --> <!-- sniffing be added to every response? [true] --> +<!-- <filter> <filter-name>httpHeaderSecurity</filter-name> <filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class> <async-supported>true</async-supported> </filter> +--> <!-- A filter that sets character encoding that is used to decode --> <!-- parameters in a POST request --> @@ -521,12 +523,14 @@ <!-- ==================== Built In Filter Mappings ====================== --> +<!-- <!-- The mapping for the HTTP header security Filter --> <filter-mapping> <filter-name>httpHeaderSecurity</filter-name> <url-pattern>/*</url-pattern> <dispatcher>REQUEST</dispatcher> </filter-mapping> +--> <!-- The mapping for the Set Character Encoding Filter --> <!-- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org