[Mono-bugs] [Bug 59794][Maj] Changed - problems with cookieless sessions and databinding

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 02:13:04 -0400 (EDT)


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=59794

--- shadow/59794	2004-06-08 15:41:25.000000000 -0400
+++ shadow/59794.tmp.7404	2004-06-09 02:13:04.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59794
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Mandrake 9.1
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Major
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: chris@turchin.net               
 QAContact: mono-bugs@ximian.com
@@ -90,6 +90,23 @@
 always, when cookieless sessions are activated. 
 
 Additional Information:
 
 works fine when cookies are used. Test app attached to bug:
 http://bugzilla.ximian.com/show_bug.cgi?id=58758
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-09 02:13 -------
+I'm closing as NOTABUG, but it might be INVALID too.
+First, as MS is less forgiving than us, I get an error in
+default.aspx. After fixing that, the images do not even appear.
+
+Also you are building the image URLs by yourself like:
+go.img =  "thumbnail.ashx?fmt=Thumb&img="+HttpUtility.UrlEncode(go.Path);
+go.url = "preview.aspx?img="+HttpUtility.UrlEncode(go.Path);
+
+Or
+go.img =  "images/folder.gif";
+go.url = "default.aspx?dir="+HttpUtility.UrlEncode(go.Path);
+
+so don't expect them to contain the cookieless session stuff.
+
+