- Changes to CGI dispatching method to match CGI names exactly,
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 14 Oct 2001 22:20:18 +0000 (22:20 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 14 Oct 2001 22:20:18 +0000 (22:20 +0000)
commit5f0cca193699f1b53048826c0b2f48fad321e5c6
treea1bc2d0585f4326388bfe2c712b903e86eb9577f
parent17c4a468d07a191360bfbd1ea7f94ba7a639671e
- Changes to CGI dispatching method to match CGI names exactly,
  rather than doing a prefix match.
- No longer need to count the length of the CGI handler names by hand.
- Adding new handler for 404 error when disptching a CGI, if none of
  the handlers match.
- Adding new handlers for CGI actionsfile editor.
cgi.c