Hello Lee, Sorry I misunderstood your question. You're right, the current implementation filter the extensions only for GET and HEAD requests... That sounds quite restrictive as content negotiation happens also for the other kind of requests. I've opened an issue for that : https://github.com/restlet/restlet-framework-java/issues/582
Best regards, Thierry Boileau Thanks for the response. I have no trouble getting the right format by > setting the Accept header appropriately. > > Instead, I'm asking about setExtensionsTunnel. If I enable this, I don't > have to set the Accept header, I can just set a file extension at the end > of the URL path. Works great with @Get, but not with @Post. > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2958714 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2958792

