Since I couldn't find a mailing list for hunchentoot LSP port by Mac Chan I am posting here.<br>The problem is that when I create a lsp page for hunchentoot and the page starts with <br><%(no-cache)%><br><%(start-session)%>
<br><br>The page also has a bunch of inline expressions like<br><img src=<%=(get-image "HeaderTransp.gif")%>><br><br>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:
<br><img src='?customize=16%3A5757A00F8834482F324324AED6F91D16'/lisphandler/images/HeaderTransp.gif><br><br>Basically all of my inline expressions like <%= (some-func) %> gets prepended by the '?customize=16%3A5757A00F8834482F324324AED6F91D16'
<br><br>When I hit the "refresh page" button it generates a good page without the artifacts.<br>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.
<br><br>Thank you,<br>Andrew<br><br>