From bee930d022ec78b8c227d2305d104cafd9583e9f Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Thu, 29 Aug 2013 22:26:02 +0200 Subject: [PATCH] fix(Request): Allow for query param names with dots --- falcon/request_helpers.py | 2 +- falcon/tests/test_query_params.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/falcon/request_helpers.py b/falcon/request_helpers.py index 8b6b1e9..c60e0ed 100644 --- a/falcon/request_helpers.py +++ b/falcon/request_helpers.py @@ -19,7 +19,7 @@ limitations under the License. import re -QS_PATTERN = re.compile(r'(?