MediaType: should application/xml be compatible with application/*+xml?

2009-02-15 Thread keke
Hi, As title, should mediatype application/xml be compatible with application/*+xml? I thought it should be true, but In MediaType.includes method (1.2-M1), it says: } else if (getSubType().startsWith("*+") && included.getSubType().endsWith(

SpringBeanRouter enhancement

2009-02-15 Thread Daniel Woo
Hi guys, The SpringBeanRouter.resolveUri() method in 1.1.1 has a potential problem, if you specify restlet in Spring configuration file without an id like this way: Your BeanFinder will never be attached the URI "/product-folders". The reason is that the resolveUri() method tries to get name

RE: Re: Using ChallengeGuard

2009-02-15 Thread blackhole
> Hi Tim, > > The new security package is now usable! You can test it with a recent > 1.2 snapshot. > > For details you can check this mail from the developers list: > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=7458&dsMessageId=1134688 > > Feed-back welcome! Hello Jerome, This API