Mailing List Archive

mod_imap patch
Re: mod_imap patch [ In reply to ]
From: Randy Terbush <randy@zyzzyva.com>
Date: Tue, 18 Jul 1995 12:59:30 -0500 (CDT)
Cc: rst@ai.mit.edu

The following patch fixes the segmentation violation when
accessing an image map with a browser that does not
understand ISMAP, and for those times when you forget to
add the tag. :^) A more comprehensive solution should be
forthcoming when the ability to add HTML attributes is
added. Should we be returning DECLINED instead?

That will probably cause clients to get the raw text of the map file,
which is better than some of the things that might happen, but still
not clearly the right thing. (Hey, if type-specific handlers decline,
the default handler runs...).

rst