[Mono-bugs] [Bug 76179][Wis] New - HttpResponse filters got un-implemented

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 21 10:53:47 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by junk at coolest.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76179

--- shadow/76179	2005-09-21 10:53:47.000000000 -0400
+++ shadow/76179.tmp.18666	2005-09-21 10:53:47.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 76179
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: Linuxy
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: junk at coolest.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HttpResponse filters got un-implemented
+
+Description of Problem:
+Just want to beg for someone to implement the Filter stuff on the
+HttpResponse so GZip and stuff works.
+mcs/class/System.Web/System.Web/HttpResponse.cs?
+
+Steps to reproduce the problem:
+Uncomment gzip acceptEncoding filter stuff in lib/xsp/test/web.config
+and run with:
+$MONOBASE/bin/mono $MONOBASE/lib/xsp/1.0/xsp.exe --verbose --root
+$MONOBASE/lib/xsp/test
+
+Actual Results:
+Traceback
+Description: Error processing request.
+
+Error Message: HTTP 500.
+
+Stack Trace:
+
+System.NotImplementedException: The requested feature is not implemented.
+in <0x0001d> System.Web.HttpResponse:get_Filter ()
+in <0x00230> Mono.Http.Configuration.AcceptEncodingConfig:SetFilter
+(System.Web.HttpResponse response, System.String acceptEncoding)
+in <0x000d6> Mono.Http.Modules.AcceptEncodingModule:CheckIfAddFilter
+(System.Object sender, System.EventArgs args)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+in <0x0045c> System.Web.HttpApplication+<RunHooks>__0:MoveNext ()
+
+Expected Results:
+Display test page
+
+
+How often does this happen? 
+Lots
+
+Additional Information:
+Much thanks.


More information about the mono-bugs mailing list