More debug log enhancements - quote values to easier see whitespace.

This commit is contained in:
brectanus
2007-05-01 21:52:47 +00:00
parent a3c3f25ae0
commit 0a1610f850
2 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
?? ??? 2007 - 2.2.0-trunk
-------------------------
* Enhanced debug log output to log macro expansion and correctly display
values that contained NULs.
* Enhanced debug log output to log macro expansion, quote values and
correctly display values that contained NULs.
* Removed support for %0 - %9 capture macros as they were incorrectly
expanding url encoded values. Use %{TX.0} - %{TX.9} instead.