[3.1.0] Revamp URI handling of percent encoding and validation.
commitcb5d5d0648a93e2a8043a10aa790cef2c6d87ad2
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 14 May 2008 02:19:00 +0000 (14 02:19 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 14 May 2008 02:19:00 +0000 (14 02:19 +0000)
treedf499fbaea80444739f53587850c1f8c239138d8
parent77ce3e8b4a11deda12172a99fb9b523d405d0bc2
[3.1.0] Revamp URI handling of percent encoding and validation.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1709 48356398-32a2-884e-a903-53898d9a118a
13 files changed:
NEWS
TODO
configdoc/usage.xml
library/HTMLPurifier/AttrDef/URI.php
library/HTMLPurifier/AttrDef/URI/Host.php
library/HTMLPurifier/PercentEncoder.php
library/HTMLPurifier/URI.php
library/HTMLPurifier/URIParser.php
tests/HTMLPurifier/AttrDef/URI/HostTest.php
tests/HTMLPurifier/AttrDef/URITest.php
tests/HTMLPurifier/PercentEncoderTest.php
tests/HTMLPurifier/URIParserTest.php
tests/HTMLPurifier/URITest.php