[Bese-devel] Fwd: Problems with araneida backend

Carlos Ungil carlos.ungil at gmail.com
Tue Feb 14 20:04:04 UTC 2006


it didn't arrive before, maybe gmail is incompatible with the list manager

---------- Forwarded message ----------
From: Carlos Ungil <carlos.ungil at gmail.com>
Date: Feb 14, 2006 3:17 PM
Subject: Problems with araneida backend
To: bese-devel at common-lisp.net


Hello,

I've found a couple of places where the araneida backend is broken due
to recent (i.e. since the last time I updated ucw a few months ago)
changes:

In ucw.asd
(defsystem :ucw.araneida
 :components ((:module :src

 :pathname "src/backend/"
 :components ((:file "common")
 (:file "araneida" :depends-on ("shared")))))
 :depends-on (:ucw :araneida :rfc2388))


shared is now common

In src/backend/araneida.lisp

(defmethod shutdown ((r araneida-response))
 .............
 (let ((content (if (starts-with content-type "text")
 (encode-string (get-output-stream-string (html-stream r)))

encode-string is not defined anymore.

Cheers,

Carlos



More information about the bese-devel mailing list