summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-05-25 16:36:12 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-05-25 16:36:12 +1000
commitb88a94ad80771522f85f78909131cc78fea36993 (patch)
treec82f6fb2c36f0c2be37187c19d1f87d3ed798362 /docs/release-notes
parente82960b358c4697a100cf925d6819d437a1cf615 (diff)
downloadmod_wsgi-b88a94ad80771522f85f78909131cc78fea36993.tar.gz
Fix bug where daemon mode process could crash if invalid URL path was used.
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/version-4.9.2.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.9.2.rst b/docs/release-notes/version-4.9.2.rst
index ff57683..2701dab 100644
--- a/docs/release-notes/version-4.9.2.rst
+++ b/docs/release-notes/version-4.9.2.rst
@@ -9,3 +9,6 @@ Version 4.9.2 of mod_wsgi can be obtained from:
Bugs Fixed
----------
+* When using ``mod_wsgi-express`` in daemon mode, and source code reloading
+ was enabled, an invalid URL path which contained a byte sequence which
+ could not be decoded as UTF-8 was causing a process crash.