Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Hunchentoot 1.2 — hints
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mihai Călin Bazon  
View profile  
 More options Nov 8 2011, 4:28 am
From: Mihai Călin Bazon <mihai.ba...@gmail.com>
Date: Tue, 8 Nov 2011 11:28:08 +0200
Local: Tues, Nov 8 2011 4:28 am
Subject: Hunchentoot 1.2 — hints

Hi,

I know this is offtopic, but since @quicklisp asked on twitter about what
broke I thought I could post what I found here:

1. no more :request-dispatcher initarg to acceptor.  To provide a request
dispatch function you would now define method
hunchentoot:acceptor-dispatch-request for your acceptor class.

2. no more log-message, for some reason.  For now I'm using log-message*
with the same arguments.

3. some variables that I used to set/bind no longer exist:

- hunchentoot:*handle-http-errors-p*
- hunchentoot:*access-log-pathname*
- hunchentoot:*message-log-pathname*

Instead of binding dynamic variables for the log file path, you can now
pass them as initargs to the acceptor (:access-log-destination and
:message-log-destination), which is definitely cleaner.

Probably there are more API changes but I only needed to change the above
to get my stuff working.

Cheers,
--
Mihai Bazon,
http://mihai.bazon.net/blog


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »