TARGET_JVM: printouts for debug purposes
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Sun, 10 Feb 2008 13:11:46 +0000 (13:11 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Sun, 10 Feb 2008 13:11:46 +0000 (13:11 -0000)
svn path=/trunk/mcs/; revision=95372

mcs/class/System.Web/System.Web/HttpApplication.cs

index 21372b20e957c92be725a8542b292fd94ffffcae..dec51e2363d8d51e8faae0e6f3326f539541a5f5 100644 (file)
@@ -945,6 +945,10 @@ namespace System.Web {
                                context.PushHandler (handler);
 #endif
                        } catch (FileNotFoundException fnf){
+#if TARGET_JVM
+                               Console.WriteLine ("$$$$$$$$$$:Sys.Web Pipeline");
+                               Console.WriteLine (fnf.ToString ());
+#endif
                                if (context.Request.IsLocal)
                                        ProcessError (new HttpException (404, String.Format ("File not found {0}", fnf.FileName), fnf, context.Request.FilePath));
                                else