Author: markt
Date: Sun Nov  1 23:01:15 2009
New Revision: 831777

URL: http://svn.apache.org/viewvc?rev=831777&view=rev
Log:
Propose fix

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=831777&r1=831776&r2=831777&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Nov  1 23:01:15 2009
@@ -389,3 +389,10 @@
   +1: pero
   -1:
 
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47451
+  Don't throw NPEs if the various response.setHeader() methods are called with
+  null header name, zero length header name or null value. Silently ignore the
+  calls the same way we do if the response has already been committed
+  http://svn.apache.org/viewvc?rev=831774&view=rev
+  +1: mark
+  -1: 



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

Reply via email to