Re: [racket-dev] no-cache the default web-server index.html

2013-01-21 Thread Jay McCarthy
I'll push this change shortly. On Sat, Jan 19, 2013 at 10:18 PM, David Vanderson wrote: > Tiny request - could we add: > > > > to the of the default web-server index.html page? > > I started toying with serve/servlet, and was caught for a bit by: > - first using #:servlet-path "/foo", seeing my

[racket-dev] no-cache the default web-server index.html

2013-01-19 Thread David Vanderson
Tiny request - could we add: to the of the default web-server index.html page? I started toying with serve/servlet, and was caught for a bit by: - first using #:servlet-path "/foo", seeing my servlet page - change the url in the popup browser to "/", see default page - close browser, change s