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

2008-02-27 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=346762

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


Marek Habersack [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Marek Habersack [EMAIL PROTECTED]  2008-02-27 18:43:56 
MST ---
This bug no longer occurs with mono 1.9 or svn trunk.


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


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

2008-02-09 Thread bugzilla_noreply
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


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

2008-02-08 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=346762

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





--- Comment #1 from Michael Hansen [EMAIL PROTECTED]  2008-02-08 17:03:52 MST 
---
Created an attachment (id=193973)
 -- (https://bugzilla.novell.com/attachment.cgi?id=193973)
Patch to mcs/class/System.Web/System.Web/HttpParamsCollection.cs

This patch fixes the comma problem, but I don't know if it may cause other
problems.  The GetValues(Int32) and GetValues(String) methods in the
HttpParamsCollection split the value using commas for some unknown reason.


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs