RE: Question about redirect on example/book/rest/ch7

2010-12-15 Thread Thierry Boileau
Hello Gary, I think that the main cause of your problem is that the default behaviour of the routers has been changed. At the time of the writing of the book, the default matching mode was "starts with" (more precisely, the value of the following constant: Template.MODE_STARTS_WITH). That is to

Question about redirect on example/book/rest/ch7

2010-12-14 Thread webpost
Hi I am trying out the Bookmark example listed for chapter 7 of the restful web service book. Everything works except when I try to get a list of bookmarks for a particular user, it always says not found. If I comment out the handle function in the BookmarksResource, then the request to users/m