Atom feed of this document
 

 Name check filter

Name Check is a filter that disallows any paths that contain defined forbidden characters or that exceed a defined length.

Table 6.44. Description of configuration options for [filter:name_check] in proxy-server.conf-sample
Configuration option=Default value Description
use=egg:swift#name_checkEntry point of paste.deploy in the server
forbidden_chars='"`<>Characters that are not allowed in a name
maximum_length=255Maximum length of a name
forbidden_regexp=/\./|/\.\./|/\.$|/\.\.$Substrings to forbid, using regular expression syntax

Log a bug against this page


loading table of contents...