On Feb 6, 12:54 pm, Ryan Bigg <
radarliste...@gmail.com> wrote:
> Also in addition to this, script/demo should not requesthttp://
127.0.0.1:10000/webrick_thingas that returns a zero sized
> reply. Altering it to go to webrick_thing/hello gives <HTML>hello,
> world</HTML> which is better than a zero sized reply and is exactly
> what the user can expect when they run the demo.
Odd. It shouldn't do. I mean, it did in 1.01, but that wasn't publicly
released. From 1.02 onwards (and in trunk), the root of the webrick
app is pointing at the "hello world" servlet too, and on naked
installs I've done on test machines it returns the HTML at the base
URL. Do you have any ideas why it might not be on yours?
Pete