+1 from me :)

How appropriate would a 2.0/2.1 patch be as well?

On Apr 29, 2005, at 1:19 PM, Jeff Trawick wrote:

That feature avoids the addition of "charset=iso-8859-1" on certain
error responses.  But its dependence on SetEnv means it only works if
the request reached fixup hook before "failing."  That means it can't
be used like this:

Redirect /Contacts http://www.example.com/contacts
<Location /Contacts>
SetEnv suppress-error-charset 1
</Location>

This patch turns it into a directive:

<Location /Contacts>
SuppressErrorCharset On
</Location>

Does anybody even care?
<patch.txt>
--
=======================================================================
 Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
  "There 10 types of people: those who read binary and everyone else."



Reply via email to