зеркало из https://github.com/mono/mail-archives.git
107 строки
3.6 KiB
HTML
107 строки
3.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 421827] HttpWebRequest drops cookies
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20421827%5D%20HttpWebRequest%20drops%20cookies&In-Reply-To=bug-421827-28286%40https.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="078744.html">
|
|
<LINK REL="Next" HREF="078746.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 421827] HttpWebRequest drops cookies</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20421827%5D%20HttpWebRequest%20drops%20cookies&In-Reply-To=bug-421827-28286%40https.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 421827] HttpWebRequest drops cookies">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Wed Sep 3 13:16:51 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="078744.html">[Mono-bugs] [Bug 421827] HttpWebRequest drops cookies
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078746.html">[Mono-bugs] [Bug 421827] [PATCH] CookieContainer. GetCookie skips cookie when domain has no leading dot
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78745">[ date ]</a>
|
|
<a href="thread.html#78745">[ thread ]</a>
|
|
<a href="subject.html#78745">[ subject ]</a>
|
|
<a href="author.html#78745">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=421827">https://bugzilla.novell.com/show_bug.cgi?id=421827</A>
|
|
|
|
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gert.driesen at pandora.be</A> added comment
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=421827#c2">https://bugzilla.novell.com/show_bug.cgi?id=421827#c2</A>
|
|
|
|
|
|
|
|
|
|
|
|
--- Comment #2 from Gert Driesen <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gert.driesen at pandora.be</A>> 2008-09-03 11:16:50 MDT ---
|
|
Created an attachment (id=237234)
|
|
--> (<A HREF="https://bugzilla.novell.com/attachment.cgi?id=237234">https://bugzilla.novell.com/attachment.cgi?id=237234</A>)
|
|
Repro
|
|
|
|
Expected result (MS):
|
|
|
|
=== 1 ===
|
|
|
|
Number of cookies: 1
|
|
|
|
Name=Country
|
|
Domain=mono.com
|
|
Path=/Whatever
|
|
Version=0
|
|
|
|
=== 2 ===
|
|
|
|
Number of cookies: 0
|
|
|
|
Actual result (Mono):
|
|
|
|
=== 1 ===
|
|
|
|
Number of cookies: 0
|
|
|
|
=== 2 ===
|
|
|
|
Number of cookies: 1
|
|
|
|
Name=Country
|
|
Domain=test.mono.com
|
|
Path=/Whatever
|
|
Version=0
|
|
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="078744.html">[Mono-bugs] [Bug 421827] HttpWebRequest drops cookies
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078746.html">[Mono-bugs] [Bug 421827] [PATCH] CookieContainer. GetCookie skips cookie when domain has no leading dot
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78745">[ date ]</a>
|
|
<a href="thread.html#78745">[ thread ]</a>
|
|
<a href="subject.html#78745">[ subject ]</a>
|
|
<a href="author.html#78745">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|