Re: [racket] Web-Server: dispatch rules and urls generated with embed/url

2012-11-28 Thread Jay McCarthy
embed/url uses the current URL as the base, because a continuation represents a step in the large computation that that URL represents. On a technical level, it needs to do this to correctly handle servers that serve many servlets each with different URLs. It uses the base url to get to the continu

[racket] Web-Server: dispatch rules and urls generated with embed/url

2012-11-28 Thread Helmut Dobretzberger
Hey, I have a problem with the behaviour of embed/url in combination of using pretty urls: when the current page is http://localhost:8080, and I generate a URL with embed/url, the result is something like "/;((...)). That's fine. If I have pretty url with dispatch, like http://localhost:8080/sear