[Mono-bugs] [Bug 597556] HttpWebRequest doesn't ignore chunk-extension in chunked encoding

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=597556

http://bugzilla.novell.com/show_bug.cgi?id=597556#c3


Gonzalo Paniagua Javier  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Gonzalo Paniagua Javier  2010-04-20 
15:55:45 UTC ---
Fixed in trunk r155815, mono-2-6 r155816 and mono-2-4 r155817.
Thanks!

-- 
Configure bugmail: http://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 597556] HttpWebRequest doesn't ignore chunk-extension in chunked encoding

2010-04-17 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=597556

http://bugzilla.novell.com/show_bug.cgi?id=597556#c2


--- Comment #2 from Brian Luczkiewicz  2010-04-17 20:01:33 
UTC ---
I did until I fixed the server. I don't have anything I could easily package up
and give you, but constructing a test case for this code should be fairly
simple, especially if you test ChunkStream in isolation.

In this case, the server was actually sending an empty chunk extension (e.g.
"01A;\r\n"). This was a historical mistake made a few years ago in the http
server implementation, but I didn't notice until mono broke because chrome,
firefox, ie, safari, curl, wget, and ms.net all handled it properly.

The server was being weird for sure, and sending spurious chunk extensions is
silly, but it wasn't violating the protocol.

This is obviously not at all urgent, but being compliant with http/1.1 and
consistent with other widely used http client implementations is probably a
worthwhile goal for mono.

-- 
Configure bugmail: http://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 597556] HttpWebRequest doesn't ignore chunk-extension in chunked encoding

2010-04-17 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=597556

http://bugzilla.novell.com/show_bug.cgi?id=597556#c1


Gonzalo Paniagua Javier  changed:

   What|Removed |Added

 CC||gonz...@novell.com
 AssignedTo|mono-bugs@lists.ximian.com  |gonz...@novell.com

--- Comment #1 from Gonzalo Paniagua Javier  2010-04-17 
11:43:29 UTC ---
Do you have an actual server to test against? I've never seen the chunk
extension actually used.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs