Since I couldn't find a mailing list for hunchentoot LSP port by Mac Chan I am posting here. The problem is that when I create a lsp page for hunchentoot and the page starts with <%(no-cache)%> <%(start-session)%>
The page also has a bunch of inline expressions like <img src=<%=(get-image "HeaderTransp.gif")%>>
When I go to Internet Explorer 7.0 (In Firefox it doesn't happen) and read the html source of the generated page I see following: <img src='?customize=16%3A5757A00F8834482F324324AED6F91D16'/lisphandler/images/HeaderTransp.gif>
Basically all of my inline expressions like <%= (some-func) %> gets prepended by the '?customize=16%3A5757A00F8834482F324324AED6F91D16'
When I hit the "refresh page" button it generates a good page without the artifacts. I am not sure if the problem on the LSP or hunchentoot side. Maybe no fix is required and I have to do something differently.
Thank you, Andrew
On Sat, 16 Jun 2007 11:04:45 -0400, "Andrei Stebakov" lispercat@gmail.com wrote:
Since I couldn't find a mailing list for hunchentoot LSP port by Mac Chan I am posting here.
It's fine with me if you use the Hunchentoot list for this, although Mac himself will probably have to answer this one.
FWIW, I'll be in the US for a couple of days, so if someone is expecting answers from me, they'll probably have to wait for at least another week.
Cheers, Edi.
Hi Andrei,
On 6/16/07, Andrei Stebakov lispercat@gmail.com wrote: The problem is that when I create a lsp page for hunchentoot and the page starts with <%(no-cache)%> <%(start-session)%>
When I go to Internet Explorer 7.0 (In Firefox it doesn't happen) and read the html source of the generated page I see following: <img src='?customize=16%3A5757A00F8834482F324324AED6F91D16'/lisphandler/images/HeaderTransp.gif> When I hit the "refresh page" button it generates a good page without the artifacts.
Do you know about this?
http://weitz.de/hunchentoot/#*rewrite-for-session-urls*
Can you try setting *content-types-for-url-rewrite* to NIL and see if this still happens?
http://weitz.de/hunchentoot/#*content-types-for-url-rewrite*
Basically all of my inline expressions like <%= (some-func) %> gets prepended by the '?customize=16%3A5757A00F8834482F324324AED6F91D16'
If the above doesn't help, could you come up with a simple test case that can reproduce the problem and email me the source code?
I am not sure if the problem on the LSP or hunchentoot side. Maybe no fix is required and I have to do something differently. Since I couldn't find a mailing list for hunchentoot LSP port by Mac Chan I am posting here.
I'd rather not pollute this mailing list with non-hunchentoot related issue (unless you're convinced that it is of hunchentoot users' interest).
I've added my contact info in the cliki page and the readme file, so you can just email me with questions related to LSP.
Thanks, -- Mac
Thank you, Mac. What you suggested works.
Andrei
On 6/16/07, Mac Chan emailmac@gmail.com wrote:
Hi Andrei,
On 6/16/07, Andrei Stebakov lispercat@gmail.com wrote: The problem is that when I create a lsp page for hunchentoot and the
page
starts with <%(no-cache)%> <%(start-session)%>
When I go to Internet Explorer 7.0 (In Firefox it doesn't happen) and
read
the html source of the generated page I see following: <img
src='?customize=16%3A5757A00F8834482F324324AED6F91D16'/lisphandler/images/HeaderTransp.gif>
When I hit the "refresh page" button it generates a good page without
the
artifacts.
Do you know about this?
http://weitz.de/hunchentoot/#*rewrite-for-session-urls*
Can you try setting *content-types-for-url-rewrite* to NIL and see if this still happens?
http://weitz.de/hunchentoot/#*content-types-for-url-rewrite*
Basically all of my inline expressions like <%= (some-func) %> gets prepended by the '?customize=16%3A5757A00F8834482F324324AED6F91D16'
If the above doesn't help, could you come up with a simple test case that can reproduce the problem and email me the source code?
I am not sure if the problem on the LSP or hunchentoot side. Maybe no
fix is
required and I have to do something differently. Since I couldn't find a mailing list for hunchentoot LSP port by Mac
Chan I
am posting here.
I'd rather not pollute this mailing list with non-hunchentoot related issue (unless you're convinced that it is of hunchentoot users' interest).
I've added my contact info in the cliki page and the readme file, so you can just email me with questions related to LSP.
Thanks, -- Mac _______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel