fpc/packages/fcl-xml
sergei 09867a1f6e xmlread.pp:
+ New option TDOMParseOptions.DisallowDoctype - prohibits processing of the DTD (specs compliant,
  targeted for SOAP applications).
+ New option TDOMParseOptions.MaxChars - limits max document length, protects against entity
  expansion attacks and DoS by feeding in too long documents. Default value of 0 means no
  restrictions. Tested with internal and external general entities, TBD with parameter entities.
* Fixed calculation of URIs used to retrieve external entities, they should be evaluated at the
  point of entity declaration rather than at the point of resolving (which happens at the first
  inclusion). 
dom.pp:
* TDOMNode.SetReadOnly, calling Attributes was causing creation of TAttributeMap on every element.
  Fixed.

git-svn-id: trunk@13313 -
2009-06-22 19:57:11 +00:00
..
src xmlread.pp: 2009-06-22 19:57:11 +00:00
tests + Implementation of TDOMDocument.DocumentURI and TDOMAttr.IsID + tests. 2009-06-18 21:34:07 +00:00
fpmake.pp * change externalurl to homepageurl 2008-11-18 23:58:52 +00:00
Makefile * regenerated after patch to Makefile.fpc in r12636 2009-02-02 16:07:24 +00:00
Makefile.fpc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00