[plt-scheme] Re: Post a HTML file

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sun Apr 15 16:09:44 EDT 2007

We're still looking in this, but I suspect you can work around the
problem for now by changing the exception handler around line 104 of
plt/collects/browser/private/hyper.ss from this:

   (with-handlers ([exn:fail:filesystem? (lambda (x) #f)])

to this:

   (with-handlers ([exn:fail? (lambda (x) #f)])

Robby


Posted on the users mailing list.