|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.Portcullis
public class Portcullis
Constructor Summary | |
---|---|
init([Struct settings])
|
Method Summary | |
---|---|
any |
badSQLContext(String sqlcmdword, String text)
|
any |
cleanLog()
|
any |
escapeChars(String text)
|
any |
filterCRLF(String text)
|
any |
filterSQL(String text)
|
any |
filterTags(String text)
|
any |
filterWords(String text)
|
any |
getLog()
|
any |
getSettings()
|
any |
insertLog(String ipAddress)
|
any |
isBlocked(String ipAddress)
|
any |
isDetected()
|
any |
isLogged(String ipAddress)
|
any |
isSafeReferer()
|
any |
isValidCFVariableName(String text)
|
any |
removeIPfromLog(String ipAddress)
|
private string |
removeNullChars(string theString)
|
void |
scan(Struct object, String objectname, String ipAddress, [String exceptionFields], [any useWordFilter='false'], [any useSQLFilter='false'], [any useTagFilter='false'], [any pattern=''], [any fixValues='true'])
|
void |
setlog(String ipAddress)
|
any |
setSettings(Struct settings)
|
any |
updateLog(String ipAddress)
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init([Struct settings])
settings
Method Detail |
---|
public any badSQLContext(String sqlcmdword, String text)
sqlcmdword
text
public any cleanLog()
public any escapeChars(String text)
text
public any filterCRLF(String text)
text
public any filterSQL(String text)
text
public any filterTags(String text)
text
public any filterWords(String text)
text
public any getLog()
public any getSettings()
public any insertLog(String ipAddress)
ipAddress
public any isBlocked(String ipAddress)
ipAddress
public any isDetected()
public any isLogged(String ipAddress)
ipAddress
public any isSafeReferer()
public any isValidCFVariableName(String text)
text
public any removeIPfromLog(String ipAddress)
ipAddress
private string removeNullChars(string theString)
theString
public void scan(Struct object, String objectname, String ipAddress, [String exceptionFields], [any useWordFilter='false'], [any useSQLFilter='false'], [any useTagFilter='false'], [any pattern=''], [any fixValues='true'])
object
objectname
ipAddress
exceptionFields
useWordFilter
useSQLFilter
useTagFilter
pattern
fixValues
public void setlog(String ipAddress)
ipAddress
public any setSettings(Struct settings)
settings
public any updateLog(String ipAddress)
ipAddress
|
Mura CMS 6.1 | ||||
FRAMES |