[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: link
>> On Sun, 11 Nov 2001 00:43:38 +0900 (JST)
>> takayu@pop02.odn.ne.jp (Takayuki Arakawa) said as follows:
>たとえば、http://www.poppo-chan.org/hoge.cgiを見ているときに
><a href="?200111a#200111090">
>というリンクがあった場合、
>http://www.poppo-chan.org/?200111a#200111090
>と展開されるのが正しいのか、
>http://www.poppo-chan.org/hoge.cgi?200111a#200111090
>と展開されるのが正しいのかどっちなのでしょう?
RFC2396 の 5.2. Resolving Relative References to Absolute Form を調べ
ると、
a) All but the last segment of the base URI's path component is
copied to the buffer. In other words, any characters after
the last (right-most) slash character, if any, are excluded.
という記述が見つかりましたので、前者が正しいです。
そういうわけで、w3m-expand-url() を修正しました。ご指摘有り難うござい
ました。
--
土屋 雅稔 ( TSUCHIYA Masatoshi )