remove client side stack trace
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Tue, 30 Jan 2007 14:25:20 +0000 (14:25 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Tue, 30 Jan 2007 14:25:20 +0000 (14:25 -0000)
svn path=/trunk/mono/; revision=71960

data/net_2_0/DefaultWsdlHelpGenerator.jvm.aspx

index 46371e8f8fc0f032c6e4466d7ed848b126a3b65e..e5ca2828da26ea7cf0c8663ceffe287bd9b7367f 100755 (executable)
@@ -383,7 +383,7 @@ string GetTestResult ()
        }
        catch (Exception ex)
        { 
-               string res = "<b style='color:red'>" + ex.Message + "<br/>" + ex.StackTrace.Replace("\n", "<br/>") + "</b>";
+               string res = "<b style='color:red'>" + ex.Message + "</b>";
                WebException wex = ex as WebException;
                if (wex != null)
                {