
filters.BaseFilter | +--filters.FileUploadFilter
| Method Summary | |
	public string | 
	getDescription()
	
	 | 
	
	public string | 
	getName()
	
	 | 
	
	public string | 
	getThreatCategory()
	
		Returns path-traversal  | 
	
	public numeric | 
	inspectRequest()
	
	 | 
	
	public void | 
	setAllowedFileExtensions([string extensionList="*"])
	
		Set a comma seperated list of allowed file extensions, or use * to allow all. If * is not used any file extension not in the list causes the filter to respond with a threat level of 10.  | 
	
	public void | 
	setDeniedFileExtensions([string extensionList="*"])
	
		Set a comma seperated list of denied file extensions. If a file extension in this list is found the filter responds with a threat level of 10.  | 
	
| Method Detail | 
public string getDescription()
public string getName()
public string getThreatCategory()
public numeric inspectRequest()
public void setAllowedFileExtensions([string extensionList="*"])
[string extensionList="*"]public void setDeniedFileExtensions([string extensionList="*"])
[string extensionList="*"]