Changes with Apache 2.0.49
+ *) Fix mod_include's expression parser to recognize strings correctly
+ even if they start with an escaped token. [André Malo]
+
*) Add fatal exception hook for use by diagnostic modules. The hook
is only available if the --enable-exception-hook configure parm
is used and the EnableExceptionHook directive has been set to
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/02/28 00:53:55 $]
+Last modified at [$Date: 2004/02/28 21:28:55 $]
Release:
PREREQ: Blow away of SSL_EXPERIMENTAL_ENGINE (see above)
+1: jwoolley, trawick, jim, jerenkrantz
- * mod_include's expression tokenizer: don't skip the first character of
- a string, it may be a backslash. (2.0 + 1.3)
- (patch for 2.0: http://cvs.apache.org/~nd/ssi-escape.patch)
- 1.3 goes the same way.
- modules/filters/mod_include.c: r1.264
- +1: nd, trawick, jerenkrantz
-
* When UseCanonicalName is set to OFF, allow ap_get_server_port to
check r->connection->local_addr->port before defaulting to
server->port or ap_default_port()