Hi Tim,

I'm using Restlet 2.2 with the jetty server connector. It would make sense I 
guess that this is probably a jetty feature.

An example of what I'm seeing:
20140606-19:53:09.000+0000|qtp1327174230-143193 - /v1/accounts/<deleted>|<rest 
of log message>

Thanks,
Paul 

> 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 <psprague at paypal dot com> 
> 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=3080070

Reply via email to