You can switch the matching mode on the default page to be exact matching instead of starts-with. Something like:
router
.attach ("/", new HomePageRestlet)
.getTemplate().setMatchingMode(Template.MODE_EQUALS);
Hope this helps,
John

