Specifically, when event.buildLink( linkTo="some.action" ) is used, the result is simply "http://mysite.com/" rather than "http://mysite.com/some/action/". This is due to the new REST route handler taking precedence over the standard route handler when building links (and the REST route handler not implementing a way to actually build links).