diff --git a/scheme/httpd/surflets/surflet-handler.scm b/scheme/httpd/surflets/surflet-handler.scm index 3a01209..c0fdd86 100644 --- a/scheme/httpd/surflets/surflet-handler.scm +++ b/scheme/httpd/surflets/surflet-handler.scm @@ -169,8 +169,7 @@ (lambda (path-string surflet-path s-req) (receive (session-id continuation-id) - ;; Searches ids only in file-name. - (resume-url-ids (file-name-nondirectory path-string)) + (resume-url-ids path-string) ;; Try to get continuation-table and then the continuation. (let ((session (session-lookup session-id))) (if session