[hunchentoot-devel] Is there a better way?

Kevin Raison raison at chatsubo.net
Fri Aug 8 17:21:31 UTC 2008


Edi, this solved the issues with Safari and a few other odd browser 
setups.  You can rest assured that I did not discover a chunked encoding 
bug!

Thanks again for the help.
Kevin


Edi Weitz wrote:
> On Wed, 06 Aug 2008 11:15:08 -0700, Kevin Raison <raison at chatsubo.net> wrote:
> 
>> Further analysis of the Safari-related problems revealed something
>> else: it seems that when Safari calls its helper application (in
>> this case, Quicktime), it hands the helper a URL and all relevant
>> cookies. Quicktime then does a GET which does not succeed because it
>> is sending the wrong User Agent string for its Hunchentoot session
>> cookie.  <sigh> I guess I'll switch to IP-based sessions.
> 
> Set this one to NIL:
> 
>   http://weitz.de/hunchentoot/#*use-user-agent-for-sessions*
> 
> Maybe you can try this and report back to the list if this solves your
> problems?  I'd be happy to hear that you didn't find bugs related to
> chunked encoding... :)
> 
> Edi (still on vacation).
> _______________________________________________
> tbnl-devel site list
> tbnl-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel
> 



More information about the Tbnl-devel mailing list