In connection with the preparation a new release of Hunchentoot I made
a RESTAS changes that are not compatible with Hunchentoot-1.1.1. Please
do not try to use RESTAS from git HEAD with Hunchentoot-1.1.1
Andrey
Hi Andrey,
Would you mind summarizing the changes which are not compatible with
Hunchentoot-1.1.1? Maybe it's not really practical but I'd love to
know.
Best,
--
Yang Nguyen
Web log: http://cmpitg.wordpress.com/
Life is a hack
In new version of Hunchentoot request dispatching has changed, instead
acceptor-request-dispatcher now uses generic method acceptor-dispatch-request.
In addition, has changed error handling and processing of special pages
(500, 404, etc.)
As a consequence, RESTAS not work with the new version of Hunchentoot.
The purpose
of my changes to be able to use RESTAS with the new version of Hunchentoot .
The problem is that the new version Hunchentoot not compatible with
version 1.1.1.
Andrey