Is AllegroServe INSANE ?!(Or at least very buggy .. )
- From: dan.ms.chaos@xxxxxxxxx
- Date: Tue, 11 Sep 2007 12:25:29 -0700
Add this to examples.cl :
(publish :path "/insanity"
:content-type "text/html"
:function #'(lambda (req ent)
(with-http-response (req ent)
(with-http-body (req ent)
(html (:princ-safe
(eq (read-from-string "X") (quote X))
))))))
The source of the generated page (my ip /insanity ) is
<html><head></head><body>NIL</body></html>
I may not be a Lisp guru , but I know (eq (read-from-string "X")
(quote X)) is T .
Can someone please explain me this behavior ? :((
.
- Follow-Ups:
- Re: Is AllegroServe INSANE ?!(Or at least very buggy .. )
- From: Tim Bradshaw
- Re: Is AllegroServe INSANE ?!(Or at least very buggy .. )
- From: dan . ms . chaos
- Re: Is AllegroServe INSANE ?!(Or at least very buggy .. )
- From: Thomas A. Russ
- Re: Is AllegroServe INSANE ?!(Or at least very buggy .. )
- From: Willem Broekema
- Re: Is AllegroServe INSANE ?!(Or at least very buggy .. )
- From: nallen05
- Re: Is AllegroServe INSANE ?!(Or at least very buggy .. )
- Prev by Date: Re: What's ANSI Up To?
- Next by Date: Re: Complex numbers printing as x+yi
- Previous by thread: [OT] It's either that or kenny-stemmer....
- Next by thread: Re: Is AllegroServe INSANE ?!(Or at least very buggy .. )
- Index(es):