You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@gmail.com> on 2007/11/29 14:36:39 UTC

[PATCH] axe ancient BIG_SECURITY_HOLE message

If you should conceivably use that hack, you already know about it.
Logging spits out \t and \n literally anyway so message looks horrible.
Practically all users seeing this message just need to change User and
get on with life.

-- 
Born in Roswell... married an alien...

Re: [PATCH] axe ancient BIG_SECURITY_HOLE message

Posted by Jeff Trawick <tr...@gmail.com>.
On Nov 29, 2007 8:36 AM, Jeff Trawick <tr...@gmail.com> wrote:
> If you should conceivably use that hack, you already know about it.
> Logging spits out \t and \n literally anyway so message looks horrible.
> Practically all users seeing this message just need to change User and
> get on with life.

patch was broken ;)  this line must be left unchanged so that
BIG_SECURITY_HOLE still works for those few

-#if !defined (BIG_SECURITY_HOLE) && !defined (OS2)
+#if !defined (OS2)