Making simple web app work with Grasshopper from svn.
authorEyal Alalouf <eyala@mainsoft.com>
Sun, 24 Jul 2005 15:54:24 +0000 (15:54 -0000)
committerEyal Alalouf <eyala@mainsoft.com>
Sun, 24 Jul 2005 15:54:24 +0000 (15:54 -0000)
svn path=/trunk/mcs/; revision=47608

mcs/class/System.Web/System.Web.Hosting/ChangeLog
mcs/class/System.Web/System.Web.Hosting/ServletWorkerRequest.jvm.cs

index 719f1041a8410420583f2318ee63795c7f5cfc0b..0226a26429e3583cfda23919a7d56723648dfae7 100644 (file)
@@ -1,3 +1,6 @@
+2005-07-24  Eyal Alalouf  <eyala@mainsoft.com>
+       * ServletWorkerRequest.jvm.cs: Put Console.WriteLine in #if DEBUG
+
 2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>
 
        * Added ServletWorkerRequest.jvm.cs
index 6eff453acb9f84ea42c7aac1d0b1760711bad49c..9b63751200160be55d839b4465c2c20070a4e7b1 100644 (file)
@@ -137,7 +137,9 @@ namespace System.Web.Hosting
                                          string Query,
                                          ServletOutputStream output) : this (Page, Query)
                {
+#if DEBUG
                        Console.WriteLine("Constructor 3 of ServletWorkerRequest!! -->");
+#endif
                        if (AppDomain.CurrentDomain.GetData (".appPath") == null)
                                throw new HttpException ("Invalid app domain");