Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-05-26 23:25:28 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-05-26 23:25:28 +0400
commit6d36d994dc90efaec777cdec81cf2e0ce8a878fd (patch)
tree43c753b185d0f6ff855919b4b0e16b1ed79f9f13 /data
parent3ccd2c085fbfe00e8c0c02597266626d265a84b2 (diff)
2004-05-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* data/DefaultWsdlHelpGenerator.aspx: fixed querystring attribute values. Now they are URlEncoded. * data/browscap.ini.gz: updated. svn path=/trunk/mono/; revision=28188
Diffstat (limited to 'data')
-rw-r--r--data/DefaultWsdlHelpGenerator.aspx3
-rw-r--r--data/browscap.ini.gzbin25826 -> 24798 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/data/DefaultWsdlHelpGenerator.aspx b/data/DefaultWsdlHelpGenerator.aspx
index 5c5cde4e22c..c067b4ef48e 100644
--- a/data/DefaultWsdlHelpGenerator.aspx
+++ b/data/DefaultWsdlHelpGenerator.aspx
@@ -316,7 +316,7 @@ string GetTestResult ()
{
if (fill) {
if (qs != "") qs += "&";
- qs += Request.QueryString.GetKey(n) + "=" + Request.QueryString [n];
+ qs += Request.QueryString.GetKey(n) + "=" + Server.UrlEncode (Request.QueryString [n]);
}
if (Request.QueryString.GetKey(n) == "ext") fill = true;
}
@@ -337,6 +337,7 @@ string GetTestResult ()
try
{
+ Console.WriteLine (location + "/" + CurrentOperationName + "?" + qs);
WebRequest req = WebRequest.Create (location + "/" + CurrentOperationName + "?" + qs);
HttpCookieCollection cookies = Request.Cookies;
int last = cookies.Count;
diff --git a/data/browscap.ini.gz b/data/browscap.ini.gz
index 37dd1e95094..7120b96c320 100644
--- a/data/browscap.ini.gz
+++ b/data/browscap.ini.gz
Binary files differ