Module
Class Methods
lib/rexml/security.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/security.rb, line 12
def self.entity_expansion_limit
return @@entity_expansion_limit
end
Get the entity expansion limit. By default the limit is set to 10000.
lib/rexml/security.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/security.rb, line 7
def self.entity_expansion_limit=( val )
@@entity_expansion_limit = val
end
Set
the entity expansion limit. By default the limit is set to 10000.
lib/rexml/security.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/security.rb, line 24
def self.entity_expansion_text_limit
return @@entity_expansion_text_limit
end
Get the entity expansion limit. By default the limit is set to 10240.
lib/rexml/security.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/security.rb, line 19
def self.entity_expansion_text_limit=( val )
@@entity_expansion_text_limit = val
end
Set
the entity expansion limit. By default the limit is set to 10240.