Implementation for an Issue #222

This commit is contained in:
Miroslav Stampar
2012-10-25 13:21:32 +02:00
parent ba55bed008
commit 8a5844a364
2 changed files with 30 additions and 2 deletions

View File

@@ -485,3 +485,6 @@ MULTIPART_RECOGNITION_REGEX = r"(?i)Content-Disposition:[^;]+;\s*name="
# Default POST data content-type
DEFAULT_CONTENT_TYPE = "application/x-www-form-urlencoded"
# Length used while checking for existence of Suhoshin-patch (like) protection mechanism
SUHOSHIN_MAX_VALUE_LENGTH = 512