I can find only two instances of ThreadFactory in the Restlet codebase, neither of which add a URL. The one in TaskService just replaces "pool" with "restlet" in whatever name the default factory uses. The LoggingThreadFactory uses the name "Restlet-XXX" where XXX is the hashcode of the thread being returned.
That's not to say that Restlet isn't doing this, just that it probably isn't happening for threads created via ThreadFactory. Can you pinpoint what kind of threads are named with URLs? On Fri, Jun 6, 2014 at 2:48 PM, Paul Sprague <[email protected]> wrote: > Hello, > > Restlet appears to be changing the thread name to include a URL. While > useful in general we cannot do this for security reasons since some URLs > will contain sensitive data in the form of URL template parameters in the > path section. > > Does anyone know how to disable this feature? > > Thanks > Paul > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3080063 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3080068

