Project

General

Profile

Actions

Backport #9368

closed

Typo in documentation of REXML.entity_expansion_text_limit=

Added by herwinw (Herwin Quarantainenet) about 10 years ago. Updated about 10 years ago.

Status:
Closed
[ruby-core:59587]

Description

In the module rexml/document there are a number of ways to change the variable @@entity_expansion_limit. The default value for this in the code is 10_000 (line 208 in the used version). The deprecated method Document::entity_expansion_text_limit= has a comment that says the default is 10240.

I haven't look at version 2.0 and above, so I'm not sure if these problems still exist in there.


Files

Updated by kou (Kouhei Sutou) about 10 years ago

  • Assignee set to usa (Usaku NAKAMURA)

Thanks for your report!
It had been fixed in r39388. The fix had been merged in 2.0.0 but not in 1.9.3.

usa, could you confirm it?

Actions #2

Updated by usa (Usaku NAKAMURA) about 10 years ago

  • Tracker changed from Bug to Backport
  • Project changed from Ruby master to Backport193
  • Status changed from Open to Assigned

Updated by usa (Usaku NAKAMURA) about 10 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

Applied in changeset r44735.


merge revision(s) 39388: [Backport #9368]

* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
  fix a typo in comment in r39384.
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0