[Mono-bugs] [Bug 59794][Maj] Changed - ASP.NET Image + relative links problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 19:51:33 -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-09 15:46:31.000000000 -0400
+++ shadow/59794.tmp.9645 2004-06-09 19:51:33.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 59794
Product: Mono: Class Libraries
Version: unspecified
OS: Mandrake 9.1
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: chris@turchin.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: problems with cookieless sessions and databinding
+Summary: ASP.NET Image + relative links problem
I noticed that the coookieless sessions are still not working with
gd-gallery using xsp/mod_mono from cvs. Maybe you could enable them in the
test project i sent you (see attachment to bug:
http://bugzilla.ximian.com/show_bug.cgi?id=58758) and see what i mean.
perhaps it is a coding error on my part (do i have to do anything special
@@ -150,6 +150,11 @@
since the relative path in ms.net is still relative to a path
INCLUDING the session key (which just looks like a folder to the
browser) it will be requested from the server as such. in mono, the
complete (and wrong) path to the file shows up, and the request fails.
+
+------- Additional Comments From gonzalo@ximian.com 2004-06-09 19:51 -------
+Ok. I take that of the relative links as a bug.
+Btw, if you already have a test case for this and attach it before i
+set this bug as assigneed it would be great.