[w3m-dev 04447] Re: Update documents (README.cookie)
Hiroyuki Ito <[email protected]> Wed, 05 Jan 2011 19:02:25 +0900 (JST)
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
伊東です。
> この不正なクッキーとして見なされる根拠は RFC 2109 の 4.3.2 であることを
> 一言触れておいた方がいいと思いますが、どうでしょうか?
御指摘ありがとうございます。
下記のように修正しました。
Index: doc/README.cookie
===================================================================
RCS file: /cvsroot/w3m/w3m/doc/README.cookie,v
retrieving revision 1.1
diff -u -r1.1 README.cookie
--- doc/README.cookie 28 Dec 2010 12:28:21 -0000 1.1
+++ doc/README.cookie 5 Jan 2011 09:52:35 -0000
@@ -38,7 +38,7 @@
・ If the number of "." in domain name is lesser than 2, it is
- assumed as invalid cookie, however, you can use
- cookie_avoid_wrong_number_of_dots to avoid this restriction. You
- can set this in "Domains to avoid [wrong number of dots]" on the
- Option Setting Panel.
+ assumed as invalid cookie (cf. RFC 2109 4.3.2), however, you can
+ use cookie_avoid_wrong_number_of_dots to avoid this
+ restriction. You can set this in "Domains to avoid [wrong number
+ of dots]" on the Option Setting Panel.
Index: doc-jp/README.cookie
===================================================================
RCS file: /cvsroot/w3m/w3m/doc-jp/README.cookie,v
retrieving revision 1.3
diff -u -r1.3 README.cookie
--- doc-jp/README.cookie 28 Dec 2010 12:28:21 -0000 1.3
+++ doc-jp/README.cookie 5 Jan 2011 09:52:35 -0000
@@ -56,6 +56,7 @@
のように設定します.
・ ドメインに含まれる "." の数が 2 よりも小さいときは不正なクッキーと
- 見なされますが cookie_avoid_wrong_number_of_dots で指定されたドメイ
- ンはこの制限を受けなくなります。Option Setting Panel の "[wrong
- number of dots] を無視するドメイン" で設定できます。
+ 見なされます (RFC 2109 4.3.2 参照) が
+ cookie_avoid_wrong_number_of_dots で指定されたドメインはこの制限を
+ 受けなくなります。Option Setting Panel の "[wrong number of dots]
+ を無視するドメイン" で設定できます。