(setf (return-code) +http-ok+) doesn't have any effect on IE 7.0 when I do it inside my *http-error-handler*.<br>Is it possible to extract a *session* or *reply* from the user defined *http-error-handler*?<br><br>Andrew
<br><br><div><span class="gmail_quote">On 4/10/07, <b class="gmail_sendername">Edi Weitz</b> <<a href="mailto:edi@agharta.de">edi@agharta.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, 10 Apr 2007 09:54:39 -0400, "Andrei Stebakov" <<a href="mailto:lispercat@gmail.com">lispercat@gmail.com</a>> wrote:<br><br>> When I use the *http-error-handler* it works fine on Firefox<br>> displaying my message and doing some extra job. On IE it says "Can
<br>> not display page" and shows the HTTP 500 code.<br><br>Yes, that seems to be a deliberate design decision of Microsoft.<br><br>> I guess I need to filter out the http status code 500 and replace it<br>> for status ok somewhere. How can I replace the status code or fix
<br>> the page in IE?<br><br>  <a href="http://weitz.de/hunchentoot/#return-code">http://weitz.de/hunchentoot/#return-code</a><br><br>> BTW, when I use (redirect) inside of some of my handlers call I also get to<br>
> the *http-error-handler*. I guess the proper thing to do is to add<br>> +http-moved-temporarily+ into the *approved-return-codes*.<br><br>As long as you don't change the return code and the "Location" header
<br>it shouldn't matter.<br>_______________________________________________<br>tbnl-devel site list<br><a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br><a href="http://common-lisp.net/mailman/listinfo/tbnl-devel">
http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br>