Hello,<br><br>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:<br><br>In ucw.asd<br><pre>(defsystem :ucw.araneida<br>  :components ((:module :src
<br>                :pathname "src/backend/"<br>                :components ((:file "common")<br>                             (:file "araneida" :depends-on ("shared")))))<br>  :depends-on (:ucw :araneida :rfc2388))
</pre> <br>shared is now common<br><br>In src/backend/araneida.lisp<br><br><pre>(defmethod shutdown ((r araneida-response))<br>   .............<br>  (let ((content (if (starts-with content-type "text")<br>                     (encode-string (get-output-stream-string (html-stream r)))
</pre>encode-string is not defined anymore.<br><br>Cheers,<br><br>Carlos<br>