In 5.1, we changed ConvertRequest to use Request.GetBufferedInputStream in lieu of Request.InputStream for reading the content. However the GetBuffer*InputStream methods only works correctly when the stream had not been previously read (for instance by the trace module). HttpRequest.ReadEntityBodyMode can be used to determine if the stream has been previously accessed.
Comments: Any idea when a this fix will be released? I have had to roll back to version 5.0 in the mean time.
Comments: Any idea when a this fix will be released? I have had to roll back to version 5.0 in the mean time.