#185: hunchentoot with ssl fails to load correctly
--------------------------------------------+-------------------------------
Reporter: mevenson | Owner: mevenson
Type: defect | Status: new
Priority: major | Milestone: unscheduled
Component: libraries | Version: 1.0
Keywords: quicklisp hunchentoot cffi ssl |
--------------------------------------------+-------------------------------
Hunchentoot from the latest Quicklisp is a bit wonky with SSL. To disable
any attempt to load code for dealing with SSL via CFFI in Hunchentoot, add
the following to your ABCL initialization file ("~/.abclrc"):
{{{
(push :hunchentoot-no-ssl *features*)
}}}
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/185>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
#184: Convert all assertions
-------------------------+--------------------------------------------------
Reporter: mevenson | Owner: nobody
Type: task | Status: new
Priority: minor | Milestone: unscheduled
Component: java | Version: 1.0
Keywords: bite-sized, |
-------------------------+--------------------------------------------------
We would benefit from consolidating all the assertions in the code base to
use the standard JVM conventions introduced in Java5 (???)
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/184>
armedbear <http://common-lisp.net/project/armedbear>
armedbear