<div dir="ltr"><div><div><div><div><div>Is there a way for a function in the web server to find out the current url?<br><br></div>I'm using stateful servlets and I'd like to redirect to the start page of my app if the continuation expires, using something along the lines of<br>

<br><span style="font-family:courier new,monospace">(parameterize<br>  ([current-servlet-continuation-expiration-handler<br>    <send response that redirects to start of app>])<br>  (send/suspend/dispatch ...))</span><br>

<br></div>I was hoping that I could write the bit inside the <> as a general purpose function for all my apps, so that e.g. it would see that the current url is <br><br></div><a href="http://mydomain.com/myapp;((">http://mydomain.com/myapp;((</a>"k" . "(8 2 17927109)"))<br>

<br></div>and then just strip back the url and redirect to<br><br><a href="http://mydomain.com/myapp">http://mydomain.com/myapp</a><br><br></div><div>Is that possible?<br><br></div><div>Tobias<br></div><div><br></div><br>

</div>