*) mod_filter: Fix segfault with AddOutputFilterByType. PR 52755.
[Stefan Fritsch]
- * mod_session: Sessions are encoded as application/x-www-form-urlencoded
- strings, however we do not handle the encoding of spaces properly.
- Fixed. [Graham Leggett]
+ *) mod_session: Sessions are encoded as application/x-www-form-urlencoded
+ strings, however we do not handle the encoding of spaces properly.
+ Fixed. [Graham Leggett]
*) Configuration: Example in comment should use a path consistent
with the default configuration. PR 52715.