[kpax-devel] static-root problem
Matthias Teege
matthias-kpax at mteege.de
Tue May 8 13:07:16 UTC 2007
Moin,
I try to define a webapp with a static-route like this:
(defwebapp :blub
(:index 'blub-home)
(:static-root "static/")
(:unsecure t))
If I try to compile this part on SBCL I've got
The value NIL
is not of type
(OR (VECTOR CHARACTER) (VECTOR NIL) BASE-STRING PATHNAME FILE-STREAM).
[Condition of type TYPE-ERROR]
I'snt "static/" a string?
Many thanks
Matthias
More information about the kpax-devel
mailing list