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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=346762#c2


Juraj Skripsky <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #2 from Juraj Skripsky <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to