Turning on fine logging I get the following. It looks the route handling is correct. Is it possible that the Reference class is doing something bad ?
Jul 17, 2007 10:49:01 AM com.noelios.restlet.component.HostRoute beforeHandle FINE: New base URI: https://localhost:8080 Jul 17, 2007 10:49:01 AM com.noelios.restlet.component.HostRoute beforeHandle FINE: New remaining part: /T/http://www.atomojo.com/O/myterm Jul 17, 2007 10:49:01 AM org.restlet.Route beforeHandle FINE: New base URI: https://localhost:8080 Jul 17, 2007 10:49:01 AM org.restlet.Route beforeHandle FINE: New remaining part: /T/http://www.atomojo.com/O/myterm Jul 17, 2007 10:49:01 AM org.restlet.Route beforeHandle FINE: Delegating the call to the target Restlet Jul 17, 2007 10:49:01 AM org.restlet.Route beforeHandle FINE: New base URI: https://localhost:8080 Jul 17, 2007 10:49:01 AM org.restlet.Route beforeHandle FINE: New remaining part: /T/http://www.atomojo.com/O/myterm Jul 17, 2007 10:49:01 AM org.restlet.Route beforeHandle FINE: Delegating the call to the target Restlet Jul 17, 2007 10:49:01 AM com.noelios.restlet.util.SecurityUtils parseResponse INFO: Basic HTTP authentication succeeded: identifier=admin. Jul 17, 2007 10:49:01 AM org.atomojo.app.auth.UserGuard authenticate INFO: Authenticating admin Jul 17, 2007 10:49:01 AM org.atomojo.app.auth.UserGuard authenticate INFO: Authenticated: admin, checking groups Jul 17, 2007 10:49:01 AM org.atomojo.app.auth.UserGuard authenticate INFO: Accepted: admin Jul 17, 2007 10:49:01 AM org.restlet.Route beforeHandle FINE: New base URI: https://localhost:8080/T/ Jul 17, 2007 10:49:01 AM org.restlet.Route beforeHandle FINE: New remaining part: http://www.atomojo.com/O/myterm Jul 17, 2007 10:49:01 AM org.restlet.Route beforeHandle FINE: Delegating the call to the target Restlet Jul 17, 2007 10:49:01 AM org.atomojo.app.TermFinder findTarget FINE: remaining=/O/myterm Jul 17, 2007 10:49:01 AM org.atomojo.app.TermFinder findTarget FINE: parent=https://localhost:8080/T/http://www.atomojo.com/O/ Jul 17, 2007 10:49:01 AM org.atomojo.app.TermFinder findTarget FINE: path=/T/http://www.atomojo.com/O/myterm Jul 17, 2007 10:49:01 AM com.noelios.restlet.LogFilter afterHandle INFO: 2007-07-17 10:49:01 127.0.0.1 - - 8080 GET /T/http://www.atomojo.com/O/myterm - 200 - - 477 https://localhost:8080 Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 -

