4.1.1 .htaccess SetHandler value not working

#1
We've been noticing this behaviour after upgrading to 4.1.1 from 4.1:

2011-06-15 03:32:29.243 [WARN] [] can't set 'Forced Type', undefined MIME Type handler/Drupal_Security_Do_Not_Remove_See_SA_2006_006
2011-06-15 03:32:33.642 [WARN] [] can't set 'Forced Type', undefined MIME Type handler/Drupal_Security_Do_Not_Remove_See_SA_2006_006
2011-06-15 03:33:22.309 [WARN] [] can't set 'Forced Type', undefined MIME Type handler/Drupal_Security_Do_Not_Remove_See_SA_2006_006

Drupal sets nonexistent handler, for security reasons. But looks like SetHandler in .htaccess is not supported now.

root@servername [~]# cat /../.htaccess
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None
Options +FollowSymLinks

Has anyone else noticed this?
 

webizen

Well-Known Member
#2
the same WARN message shows up in 4.1 as well which does no harm and can be ignored.

the message means LSWS does _NOT_ support handler "Drupal_Security_Do_Not_Remove_See_SA_2006_006" which is unknown.
 
Top