Re: [racket-users] Errors in url dispatch of static files

2017-03-28 Thread Zelphir Kaltstahl
I seem to have a similar problem with the dispatch of static files. I posted it on Stackoverflow. Could you take a look at it? https://stackoverflow.com/questions/43027717/racket-servlet-serve-static-files -- You received this message because you are subscribed to the Google Groups "Racket Use

Re: [racket-users] Errors in url dispatch of static files

2016-01-05 Thread Jay McCarthy
In the second case, #:servlet-regexp #rx"" makes it so that `start` gets first dibs on all requests. Your dispatch function includes an `else` case, so anything that doesn't match an explicit case is handled. If you remove the `else`, then things not explicitly mentioned will have (next-dispatch