Skip to content

Commit bab7412

Browse files
committed
.
1 parent d51f570 commit bab7412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo-bottle/index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def prepare_bottle_request(req):
3636
'script_name': req.fullpath,
3737
'get_data': req.query,
3838
'post_data': req.forms,
39-
'query_string': req.query_string,
4039
# Uncomment if using ADFS as IdP, https://github.com/onelogin/python-saml/pull/144
41-
# 'lowercase_urlencoding': True
40+
# 'lowercase_urlencoding': True,
41+
'query_string': req.query_string
4242
}
4343

4444

0 commit comments

Comments
 (0)