[Mono-bugs] [Bug 70435][Blo] Changed - "Cookie domain not set. Parameter name: cookie"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Dec 2004 03:27:53 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/70435	2004-12-11 01:49:37.000000000 -0500
+++ shadow/70435.tmp.14950	2004-12-11 03:27:53.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70435
 Product: Mono: Tools
 Version: 1.1
 OS: unknown
 OS Details: SuSE 9.1, SLES 9, & NLD 9
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: XSP
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: rlyon@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -42,6 +42,14 @@
  
 always 
  
 Additional Information: 
  
 this is a real blocker
+
+------- Additional Comments From gonzalo@ximian.com  2004-12-11 03:27 -------
+This was an error in the DefaultWsdlHelpGenerator.aspx page (installed
+in etc/mono/net*/ from mono/data/net*/). CookieContainer has been
+improved and now we require the URI along with the cookie for this case.
+
+Also when running the server on a non-standard port, we weren't
+quoting the port number. That is also fixed in CVS now.