Commit 4513188d authored by Kevin Deldycke's avatar Kevin Deldycke

Increase url lenght test by 10 (advised by JP)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7078 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 817d6a17
......@@ -159,7 +159,7 @@ try:\n
\n
# If url is too long, we do not redirecting\n
# to avoir crash <christophe@nexedi.com>\n
if len(make_query(cleanedup_kw)) > 200 :\n
if len(make_query(cleanedup_kw)) > 2000:\n
cannot_redirect = 1\n
\n
# if we cannot redirect, then call the form directly.\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment