sshyran / genxdm

Automatically exported from code.google.com/p/genxdm
0 stars 0 forks source link

AnyURIType.validate improperly handles whitespace #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
AnyURIType.validate uses its super class's "normalize" method to process the 
incoming string value.  That is incorrect.  We need to properly encode the URI 
string value.

Original issue reported on code.google.com by joe.bays...@gmail.com on 15 Nov 2012 at 4:05

GoogleCodeExporter commented 8 years ago

Original comment by joe.bays...@gmail.com on 24 Oct 2013 at 5:25

GoogleCodeExporter commented 8 years ago
This was fixed w/r496 on behalf of issue 152 wherein AnyURIType.validate now 
uses StringToURIParser to create URIs.

Original comment by joe.bays...@gmail.com on 28 May 2014 at 5:54