I just did a SVN UP and it seems to have broken WEBricks handling of public paths. IE anything in the public dir should not go through rails, but now it does. I''ve not had much time to look into it as I''m just about to go out (always a good time to checkout the latest version of stuff!), but I reverted back a few versions to see where the bug kicked in. It works fine in 2170, and then not in 2175, so it looks to be somewhere around there. 2173 and 2175 both have changes to webrick_server.rb and server, so it looks about right. Hopefully someone can take a look, if not I will dive in a bit deeper when I get back. Thanks. -- R.Livsey http://livsey.org
On Sunday 11 September 2005 18:27, Richard Livsey wrote:> I just did a SVN UP and it seems to have broken WEBricks handling of > public paths. > IE anything in the public dir should not go through rails, but now it > does.Fixed already: http://dev.rubyonrails.org/ticket/2165 Just update again *and* make sure you get a fresh copy of script/server into your project. Michael -- Michael Schuerig This is not a false alarm mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org This is not a test http://www.schuerig.de/michael/ --Rush, Red Tide
Michael Schuerig wrote:>On Sunday 11 September 2005 18:27, Richard Livsey wrote: > > >>I just did a SVN UP and it seems to have broken WEBricks handling of >>public paths. >>IE anything in the public dir should not go through rails, but now it >>does. >> >> > >Fixed already: http://dev.rubyonrails.org/ticket/2165 > >Just update again *and* make sure you get a fresh copy of script/server >into your project. > >Michael >Cool, that''s done the trick. Thanks. -- R.Livsey http://livsey.org