From 74e26ddeb5010eda8045b6eaf0b0d5e5a490ee21 Mon Sep 17 00:00:00 2001 From: interp Date: Sat, 21 Sep 2002 20:20:29 +0000 Subject: [PATCH] add conditions to servlet-handler's open clause --- scheme/httpd/surflets/packages.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scheme/httpd/surflets/packages.scm b/scheme/httpd/surflets/packages.scm index 8f1f204..944c2d3 100644 --- a/scheme/httpd/surflets/packages.scm +++ b/scheme/httpd/surflets/packages.scm @@ -88,6 +88,7 @@ httpd-logging ;HTTP-SYSLOG shift-reset ;SHIFT and RESET sxml-to-html ;SXML->HTML + conditions ;exception scsh ;regexp et al. scheme ) @@ -156,4 +157,5 @@ locks scsh scheme) - (files profile)) \ No newline at end of file + (files profile)) +