Patch for an Issue #564

This commit is contained in:
Miroslav Stampar
2013-12-27 11:02:59 +01:00
parent 178056968f
commit 6c80f2903b
2 changed files with 4 additions and 1 deletions

View File

@@ -322,7 +322,7 @@ def checkSqlInjection(place, parameter, value):
# Threat the parameter original value according to the
# test's <where> tag
if where == PAYLOAD.WHERE.ORIGINAL:
if where == PAYLOAD.WHERE.ORIGINAL or conf.prefix:
origValue = value
elif where == PAYLOAD.WHERE.NEGATIVE:
# Use different page template than the original