[Mono-bugs] [Bug 63558][Wis] Changed - FormsAuthenticationTicket expiration
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Aug 2004 19:17:37 -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=63558
--- shadow/63558 2004-08-20 15:35:49.000000000 -0400
+++ shadow/63558.tmp.23943 2004-08-22 19:17:37.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 63558
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: jpease@twcny.rr.com
QAContact: mono-bugs@ximian.com
@@ -67,6 +67,14 @@
< return;
< if (config.SlidingExpiration)
< ticket =
FormsAuthentication.RenewTicketIfOld (ticket);
---
> ticket = FormsAuthentication.RenewTicketIfOld (ticket);
+
+------- Additional Comments From gonzalo@ximian.com 2004-08-22 19:17 -------
+The first patch does actually nothing.
+Next time, please use unified format (diff -u) and put the patches as
+attachments.
+
+The bug is now fixed in CVS.
+