Great question! That's something I should have mentioned initially.
It is of the attach("/",yourRestlet) approach, set to exact match. I use
the default route for handling things unmapped. That currently returns a
404 page.
William
> Just curious, did you attach the Restlet at / with
> attachDefault(yourRestlet) or attach("/",yourRestlet), or something else?
>
> On Fri, Feb 22, 2008 at 8:05 PM, William Pietri <[EMAIL PROTECTED]>
> wrote:
>
>> To my initial surprise, the Router doesn't route that to my restlet at
>> "/".
>>
>