[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: latest version problem?
白井です。
From: Tsuyoshi CHO <mfalcon21@hotmail.com> さん曰く
Subject: [emacs-w3m:06454] Re: latest version problem?
Message-ID: <uoes2xbyx.wl%tsuyoshi_cho@yahoo.co.jp>
Date: Sat, 14 Feb 2004 18:11:02 +0900
> 再現できるURIとして
> http://www.groupsne.co.jp/
>
> がありました。
>
> HTMLソースを見ると、
> <a href="../xxx">hoge</a>
> みたいなリンクをトラバースする際に
> ...co.jp/cygwin/xxx
> となっているみたいです。
上記の URL を見ると、
"[0309toppage]" の周辺に <A href="htm/index.html"> があって、これ
は "http://www.groupsne.co.jp/htm/index.html" に expand されます。
"改革履歴をチェック" の周辺に <A href="htm/htm/new/rireki.htm">
があって、これは "http://www.groupsne.co.jp/htm/htm/new/rireki.htm"
になります。
ぼくの環境では再現できないのですが、長さんの環境で、
(w3m-expand-url "htm/index.html" "http://www.groupsne.co.jp/")
=> "http://www.groupsne.co.jp/htm/index.html"
(w3m-expand-url "htm/htm/new/rireki.htm" "http://www.groupsne.co.jp/")
=> "http://www.groupsne.co.jp/htm/htm/new/rireki.htm"
(w3m-expand-url "../index.html" "http://exsample.com/hoge/")
=> "http://exsample.com/index.html"
(w3m-expand-url "../index.html" "http://exsample.com/foo/bar/")
"http://exsample.com/foo/index.html"
はどんな値になりますか?
# だれか再現する人、います?
--
白井秀行 (mailto:shirai@meadowy.org)