Re: JaxRs routing bug

2010-10-04 Thread Jeroen Goubert
Noelios Technologies ~ http://www.noelios.com > > > > > -Message d'origine- > De : stephan.ko...@web.de [mailto:stephan.ko...@web.de] > Envoyé : lundi 27 septembre 2010 21:11 > À : discuss@restlet.tigris.org > Objet : Re: JaxRs routing bug > > Hi Sriram, > > Am 27.

RE: JaxRs routing bug

2010-10-02 Thread Jerome Louvel
-- Restlet ~ Founder and Technical Lead ~ http://www.restlet.o​rg Noelios Technologies ~ http://www.noelios.com -Message d'origine- De : stephan.ko...@web.de [mailto:stephan.ko...@web.de] Envoyé : lundi 27 septembre 2010 21:11 À : discuss@restlet.tigris.org Objet : Re: JaxRs routing

Re: JaxRs routing bug

2010-09-27 Thread Stephan Koops
Hi Sriram, Am 27.09.2010 21:03, schrieb Sriram C: > I have defined a JaxRs resource (Restlet 2.0 RC4) Do you tried the newest version? Maybe it solves the problem. Otherwise please file a bug on http://jira.restlet.org/ . Please also note the workaround with the order of the methods. I can't say

JaxRs routing bug

2010-09-27 Thread Sriram C
eems to be getting executed. The closer match should be returned at the top of the list from the above method. Sriram -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/JaxRs-routing-bug-tp5576500p5576500.html Sent from

RE: Routing bug?

2007-07-20 Thread Jerome Louvel
Hi Alex, [...] > Does the restlet engine attach a log handler? No it doesn't, it just provides some support classes for the applications' access logging service (similar to Apache or IIS logging). There are some more explanations in the tutorial: http://www.restlet.org/documentation/1.0/tuto

Re: Routing bug?

2007-07-18 Thread Alex Milowski
On 7/17/07, Jerome Louvel <[EMAIL PROTECTED]> wrote: Hi Alex, Thanks for the progress reports :) I'm glad to see how useful turning the fine logging can be for debugging Restlet routing. There's still some magic there for logging that I don't quite understand. Does the restlet engine attach

RE: Routing bug?

2007-07-17 Thread Jerome Louvel
ds, Jerome > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la > part de Alex Milowski > Envoyé : mardi 17 juillet 2007 19:56 > À : discuss@restlet.tigris.org > Objet : Re: Routing bug? > > *sigh* > > My bug. I take the remaining part a

Re: Routing bug?

2007-07-17 Thread Alex Milowski
*sigh* My bug. I take the remaining part and create a new Reference() instance along the way. That explains everything. At least I got to dig into the code and understand it a bit better. :) --Alex Milowski

Re: Routing bug?

2007-07-17 Thread Alex Milowski
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

Routing bug?

2007-07-17 Thread Alex Milowski
In atomojo, I allow this kind of URI: http://localhost:8080/T/http://www.atomojo.com/O/myterm That allows me to embed a term URI into the URI path. According to the URI RFC, the colon character ':' is allowed in segments: segment = *pchar *( ";" param ) param = *pchar pchar