Bugs item #458929, was opened at 2001-09-05 15:21
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=458929&group_id=3152
Category: Architecture: Server (nsd)
Group: aolserver3_4
Status: Open
Resolution: None
Priority: 5
Submitted By: Adam Zell (zellster)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ns_Set implementation and null bytes
Initial Comment:
Given the following URL:
http://foo.com/index.htm?a=1%002
There isn't a convenient way to grab the full value
of 'a' through Ns_QueryToSet(), since it relies on the
Ns_Set implementation, which itself relies on C
strings. The user will see only '1'.
If Ns_Set was changed to use Ns_DString's internally,
the user would be able to access '1\02' (or any non-
ASCII data) correctly.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=458929&group_id=3152