[Mono-bugs] [Bug 346762] Request.Params.GetValues, difference between .NET and Mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Feb 9 05:54:32 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=346762

User juraj at hotfeet.ch added comment
https://bugzilla.novell.com/show_bug.cgi?id=346762#c2


Juraj Skripsky <juraj at hotfeet.ch> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |juraj at hotfeet.ch




--- Comment #2 from Juraj Skripsky <juraj at hotfeet.ch>  2008-02-09 03:54:32 MST ---
The problem is that HttpParamsCollection uses NameValueCollections internally.
Storing multiple values for a single name in a NameValueCollection results in a
comma-separated concatenation of those values being actually stored.

We should probably escape/encode/replace any commas when building the
HttpParamsCollection's contents (and unescape/decode when returning values via
public methods).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list