Atom feed of this document
  
Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse - 

 Name check filter

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

Table 8.57. 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

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...