[Bese-devel] Problems with araneida backend

Carlos Ungil carlos.ungil at gmail.com
Tue Feb 14 14:17:15 UTC 2006


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/bese-devel/attachments/20060214/f701bbe6/attachment.html>


More information about the bese-devel mailing list