-*- coding: utf-8 -*-
Changes with Apache 2.2.22
- *) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20:
- A range of '0-' will now return 206 instead of 200. PR 51878.
- [Jim Jagielski]
+ *) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20:
+ A range of '0-' will now return 206 instead of 200. PR 51878.
+ [Jim Jagielski]
*) Example configuration: Fix entry for MaxRanges (use "unlimited" instead
of "0"). [Rainer Jung]