Deprecating --replicate (Issue #254)

This commit is contained in:
Miroslav Stampar
2012-11-28 11:10:57 +01:00
parent f08eb0fd9f
commit 87a92ab330
4 changed files with 22 additions and 0 deletions

View File

@@ -305,6 +305,9 @@ HASH_MOD_ITEM_DISPLAY = 11
# Maximum integer value
MAX_INT = sys.maxint
# List of deprecated options
DEPRECATED_OPTIONS = ("--replicate",)
# Parameters to be ignored in detection phase (upper case)
IGNORE_PARAMETERS = ("__VIEWSTATE", "__VIEWSTATEENCRYPTED", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION", "ASPSESSIONID", "ASP.NET_SESSIONID", "JSESSIONID", "CFID", "CFTOKEN")