Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #265 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

String encoding validation

Reported by: nahi Assigned to: nahi
Priority: high Milestone: 1.5.6
Component: soap4r Version: 1.5
Keywords: Cc:

Description

Soap4r should not consume much memory only for validation of encoding. XML processor will check instead of soap4r.

Change History

09/25/06 14:26:34 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1726]) do not validate CES by default to avoid consuming memory. let XML processor check it instead. (you can turn it on by XSD::XSDString.strict_ces_check = true) closes #265.