[Mono-bugs] [Bug 65055][Nor] Changed - HttpWebRequest.IfModifiedSince and timezone problems
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Sep 2004 12:20:26 -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=65055
--- shadow/65055 2004-09-01 10:18:40.000000000 -0400
+++ shadow/65055.tmp.4002 2004-09-01 12:20:26.000000000 -0400
@@ -5,13 +5,13 @@
OS Details: paldo unstable (linux 2.6.8.1-upkg1)
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: System
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: gonzalo@ximian.com
ReportedBy: j@bitron.ch
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: HttpWebRequest.IfModifiedSince and timezone problems
@@ -44,6 +44,10 @@
------- Additional Comments From j@bitron.ch 2004-09-01 09:02 -------
Hm, I mixed something up / forgot something. Not only get_IfModifiedBy
and set_ifModifiedBy is inconsistent but HttpWebResponse.LastModified
(uses MonoHttpDate.Parse, too) is inconsistent with
HttpWebRequest.set_IfModifiedBy and that's the problem in my specific
case.
+
+------- Additional Comments From gonzalo@ximian.com 2004-09-01 12:20 -------
+Can you provide a real test case? Have you checked your code under MS
+runtime?