RE: Re: How to remove URL form thread name?

2014-06-13 Thread Jerome Louvel
Thanks Paul for the update, great to know that you solved it! Best regards, Jerome Found it. Yes this is a Jetty feature and it is only enabled when debug logging is on.

How to remove URL form thread name?

2014-06-06 Thread Paul Sprague
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

Re: How to remove URL form thread name?

2014-06-06 Thread Tim Peierls
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

RE: Re: How to remove URL form thread name?

2014-06-06 Thread Paul Sprague
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+|qtp1327174230-143193 - /v1/accounts/deleted|rest of log message Thanks, Paul I can find only two

RE: Re: How to remove URL form thread name?

2014-06-06 Thread Jerome Louvel
Hi Paul, I suspect this is a Jetty feature as well. If you use Jetty as a Restlet Server connector, you can have access to the underlying Jetty Server object (and then its thread pool) via this class:

RE: Re: How to remove URL form thread name?

2014-06-06 Thread Paul Sprague
Found it. Yes this is a Jetty feature and it is only enabled when debug logging is on. https://github.com/eclipse/jetty.project/blob/jetty-8.1.5.v20120716/jetty-server/src/main/java/org/eclipse/jetty/server/AbstractHttpConnection.java#L417 Hi Paul, I suspect this is a Jetty feature as well.

Remove

2012-05-08 Thread David Bakker
Please remove me from this list - This email and any files transmitted with it are confidential and is intended only for the individual named. If you are not the named addressee or if this email is to a user no longer associated with the named address you should not disseminate

RE: Non-blocking remove/reset of Memoizer

2010-11-03 Thread Thierry Boileau
Hello Nader, at first glance, I should say your question has not been posted to the right forum. Does it have any link with the Restlet framework? Best regards, Thierry Boileau --

Re: Non-blocking remove/reset of Memoizer

2010-11-03 Thread Tim Peierls
I steered Nader to the concurrency-interest discussion group. Still not sure how he got here! :-) --tim On Wed, Nov 3, 2010 at 7:23 AM, Thierry Boileau thierry.boil...@noelios.com wrote: Hello Nader, at first glance, I should say your question has not been posted to the right forum. Does

Non-blocking remove/reset of Memoizer

2010-11-01 Thread Nader Aeinehchi
Hello everyone In advance, please accept my appologies if this post is in the wrong forum! I wonder how remove/reset operations can be added Memoizer pattern of Brian Goetz and Tim Peierls? The main question is how to add these operations using a non-blocking algorithm for high contention? Any

RE: Restlet, JSR-311 and OSGi (was Re: Please remove Require-Bundle)

2008-04-23 Thread Jerome Louvel
Louvel; discuss@restlet.tigris.org Objet : Re: Restlet, JSR-311 and OSGi (was Re: Please remove Require-Bundle) I am terribly busy at the moment but I am very interested to help this getting to work. I am now at JAX in Wiesbaden but I will also be in J1. Any chance to meet

Re: Restlet, JSR-311 and OSGi (was Re: Please remove Require-Bundle)

2008-04-23 Thread Hendy Irawan
is logging implementation bundle for numerous logging APIs) -Message d'origine- De : Peter Kriens [mailto:[EMAIL PROTECTED] Envoyé : mercredi 23 avril 2008 11:52 À : Edward Yakop Cc : Jerome Louvel; discuss@restlet.tigris.org Objet : Re: Restlet, JSR-311 and OSGi (was Re: Please remove Require

Re: Restlet, JSR-311 and OSGi (was Re: Please remove Require-Bundle)

2008-04-23 Thread Hendy Irawan
Kriens [mailto:[EMAIL PROTECTED] Envoyé : mercredi 23 avril 2008 11:52 À : Edward Yakop Cc : Jerome Louvel; discuss@restlet.tigris.org Objet : Re: Restlet, JSR-311 and OSGi (was Re: Please remove Require-Bundle) I am terribly busy at the moment but I am very interested to help this getting

Re: Please remove Require-Bundle

2008-04-22 Thread Hendy Irawan
Jerome Louvel wrote: Hi Hendy, Thanks for the extra details and the tip about the Calculate uses action in Eclipse. That helped me get more things working. In addition, I used minimum versions for javax.xml.bind packages in order to workaround the other issues I had. All our manifests are

RE: Please remove Require-Bundle

2008-04-22 Thread Jerome Louvel
: discuss@restlet.tigris.org Objet : Re: Please remove Require-Bundle Jerome Louvel wrote: Hi Hendy, Thanks for the extra details and the tip about the Calculate uses action in Eclipse. That helped me get more things working. In addition, I used minimum versions for javax.xml.bind

Re: Please remove Require-Bundle

2008-04-22 Thread Hendy Irawan
Rob Heittman wrote: I just wanted to add an extra thanks for raising this issue, Hendy ... I have never really used the OSGi plugin architecture before except for the occasional RCP project, in which I just let Eclipse's wizards do everything for me. Your guidance helped a lot in getting the

Restlet, JSR-311 and OSGi (was Re: Please remove Require-Bundle)

2008-04-22 Thread Hendy Irawan
evangelist) can provide some suggestions about this. Take care! (and I apologize for cross-sending this) -Message d'origine- De : Hendy Irawan [mailto:[EMAIL PROTECTED] Envoyé : mardi 22 avril 2008 18:44 À : discuss@restlet.tigris.org Objet : Re: Please remove Require-Bundle Jerome

Restlet, JSR-311 and OSGi (was Re: Please remove Require-Bundle)

2008-04-22 Thread Hendy Irawan
evangelist) can provide some suggestions about this. Take care! (and I apologize for cross-sending this) -Message d'origine- De : Hendy Irawan [mailto:[EMAIL PROTECTED] Envoyé : mardi 22 avril 2008 18:44 À : discuss@restlet.tigris.org Objet : Re: Please remove Require-Bundle Jerome

RE: Restlet, JSR-311 and OSGi (was Re: Please remove Require-Bundle)

2008-04-22 Thread Jerome Louvel
Hi all, [...] Yes in the sense that Jetty is already doing this with the OSGi HTTP Service. (i.e. Jetty implements the OSGi HttpService specification) This makes it possible not just for the application developer to not have to worry about how to configure Jetty, but also for the

RE: Restlet, JSR-311 and OSGi (was Re: Please remove Require-Bundle)

2008-04-22 Thread Jerome Louvel
-311 and OSGi (was Re: Please remove Require-Bundle) Hi Jerome, Stephan Koops developped the JAX-RS extension on top of the Restlet API. In the end, a JAX-RS application can just be a Restlet application (instance of org.restlet.ext.jaxrs.JaxRsApplication). Did I understand right

RE: Please remove Require-Bundle

2008-04-19 Thread Jerome Louvel
:) Best regards, Jerome -Message d'origine- De : Hendy Irawan [mailto:[EMAIL PROTECTED] Envoyé : mercredi 16 avril 2008 20:12 À : discuss@restlet.tigris.org Objet : Re: Please remove Require-Bundle By the way, using Eclipse PDE 3.3 it can now calculate the uses clause

RE: Please remove Require-Bundle

2008-04-14 Thread Jerome Louvel
d'origine- De : Hendy Irawan [mailto:[EMAIL PROTECTED] Envoyé : mercredi 9 avril 2008 23:25 À : discuss@restlet.tigris.org Objet : Please remove Require-Bundle Please replace Require-Bundle with Import-Package. $ unzip -p com.noelios.restlet.ext.jetty_6.1.jar META-INF/MANIFEST.MF