[Mono-bugs] [Bug 66623][Maj] Changed - Broken Url-handling for cookieless sessions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Nov 2004 03:49:36 -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=66623
--- shadow/66623 2004-10-22 15:45:25.000000000 -0400
+++ shadow/66623.tmp.7053 2004-11-30 03:49:36.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 66623
Product: Mono: Class Libraries
Version: unspecified
OS: other
OS Details: FC2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: juraj@hotfeet.ch
QAContact: mono-bugs@ximian.com
@@ -57,6 +57,15 @@
------- Additional Comments From juraj@hotfeet.ch 2004-09-23 18:23 -------
*** Bug 66747 has been marked as a duplicate of this bug. ***
------- Additional Comments From gonzalo@ximian.com 2004-10-22 15:45 -------
Please, don't change the priority.
+
+------- Additional Comments From gonzalo@ximian.com 2004-11-30 03:49 -------
+Fixed in SVN HEAD and 1-0.
+
+Now UrlUtils.*SessionId follow the {appRoot}/(sessionId)/{virtualPath}
+schema and Control.ResolveUrl and Response.ApplyappPathModifier are
+useful in presence of cookie-less sessions.
+
+Thanks!