[w3m-dev 02528] RFC2732 URL Patch

From: Akihiro Sagawa <sagawa@sohgoh.net>
This commit is contained in:
Fumitoshi UKAI
2001-11-23 20:06:40 +00:00
parent 5fe9af68a0
commit ad69eb843a
3 changed files with 28 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
2001-11-24 Akihiro Sagawa <sagawa@sohgoh.net>
* [w3m-dev 02528] RFC2732 URL Patch
* main.c (chkURL): check RFC2732 style URLs
* url.c (parseURL): remove RFC2732 address check here,
move to openSocket()
* url.c (openSocket): check RFC2732 style hostname
* url.c (openSocket): check IPv4 address strictly
2001-11-24 Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 02526]