-*- coding: utf-8 -*-
Changes with Apache 2.2.6
+ *) mod_expires: don't crash on bad configuration data
+ PR 43213 [Julien Perez <julien.perez epsylonia.net>]
+
*) mod_dbd: Introduce configuration groups to allow inheritance by virtual
hosts of database configurations from the main server. Determine the
minimal set of distinct configurations and share connection pools
Backport version for 2.2.x of patch:
Trunk version of patch works
+1: rpluem, jim
- -0.5: niq - This (ProxySet) needs documenting.
- Reviewing it 'blind' lacks appeal.
- jim: ProxySet is now documented... Nick can you
- review your vote?
* mod_proxy: Allow optional name=value options within <Proxy section line.
Additional arguments are allowed only for 'standard' url's, meaning that
http://svn.apache.org/viewvc?view=rev&revision=565671
+1: niq
- * mod_expires: Don't crash on bad configuration data
- PR: 43213
- http://svn.apache.org/viewvc?view=rev&revision=569622
- +1: niq, rpluem, jim
-
* log core: ensure we use a special pool for stderr logging, so that
the stderr channel remains valid from the time plog is destroyed,
until the time the open_logs hook is called again. [William Rowe]
const char *check;
check = ap_strrchr_c(mime, '/');
+ if (check == NULL) {
+ return "Invalid mimetype: should contain a slash";
+ }
if ((strlen(++check) == 1) && (*check == '*')) {
dir_config->wildcards = 1;
}