Hi Alex, You can currently customize this setting by providing a custom MetadataService and overriding the addCommonExtensions() method.
You then set the custom service on your application: myApplication.setMetadataService(new MyMetadataService()); Wouldn't it be sufficient? You can always decide to externalize the configuration if you prefer, in the format that suits you the best. Best regards, Jerome > -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la > part de Alex Milowski > Envoyé : jeudi 6 décembre 2007 16:30 > À : [email protected] > Objet : Re: application/xml in MetadataService > > On 12/6/07, Thierry Boileau <[EMAIL PROTECTED]> wrote: > > Hello Alex, > > > > thanks for your proposition. I've entered issue #393 > > (http://restlet.tigris.org/issues/show_bug.cgi?id=393). > > I'd be happy to implement this if we can agree on a design. This > issue is causing > problems in Atomojo because I use the MetadataService to help generate > file names for media resources. > > --Alex Milowski

