From 9b9137b0497b4ea66473ceb920e511acad74d031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Willi=20Sch=C3=B6nborn?= Date: Fri, 3 Jun 2016 16:21:42 +0200 Subject: [PATCH] Added known issue to README This fixes #111 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6dfb13b15..01f22b6b5 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,11 @@ logbook: level: INFO ``` +## Known Issues + +The Logbook servlet integration is **incompatible with incoming POST requests that use `application/x-www-form-urlencoded`** form parameters and +use any of the `HttpServletRequest.getParameter*(..)` methods. (see issue #94) + ## Getting Help with Logbook If you have questions, concerns, bug reports, etc., please file an issue in this repository's [Issue Tracker](https://github.com/zalando/logbook/issues).