<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
current-servlet-continuation-expiration-handler receives the request<br>
(which contains request-uri) that expired. Is that all you want?<br></blockquote><div><br></div><div>That's exactly what I was looking for. Thanks!<br></div><div><br>Tobias<br><br><br></div><div><br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<br>
Jay<br>
<div><div class="h5"><br>
<br>
On Wed, Feb 5, 2014 at 9:26 AM, Janos Tobias Locsei <<a href="mailto:jtlocsei@cantab.net">jtlocsei@cantab.net</a>> wrote:<br>
> Is there a way for a function in the web server to find out the current url?<br>
><br>
> I'm using stateful servlets and I'd like to redirect to the start page of my<br>
> app if the continuation expires, using something along the lines of<br>
><br>
> (parameterize<br>
>   ([current-servlet-continuation-expiration-handler<br>
>     <send response that redirects to start of app>])<br>
>   (send/suspend/dispatch ...))<br>
><br>
> I was hoping that I could write the bit inside the <> as a general purpose<br>
> function for all my apps, so that e.g. it would see that the current url is<br>
><br>
> <a href="http://mydomain.com/myapp;((" target="_blank">http://mydomain.com/myapp;((</a>"k" . "(8 2 17927109)"))<br>
><br>
> and then just strip back the url and redirect to<br>
><br>
> <a href="http://mydomain.com/myapp" target="_blank">http://mydomain.com/myapp</a><br>
><br>
> Is that possible?<br>
><br>
> Tobias<br>
><br>
><br>
><br>
</div></div>> ____________________<br>
>   Racket Users list:<br>
>   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Jay McCarthy <<a href="mailto:jay@cs.byu.edu">jay@cs.byu.edu</a>><br>
Assistant Professor / Brigham Young University<br>
<a href="http://faculty.cs.byu.edu/~jay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
<br>
"The glory of God is Intelligence" - D&C 93<br>
</font></span></blockquote></div><br></div></div>