Hard to tell from this information.

Are you using the application's metadata service or rolling your own code
to deal with extensions?

If so, does it work when you replace .tsv with ?media=tsv and .xls with
?media=xls ?

Are you using annotations (@Get, @Post) or overriding standard methods
(get, post)?

--tim


On Fri, May 4, 2012 at 7:27 PM, Lee Nave <tigris-nav...@sneakemail.com>wrote:

> I've got a ServerResource all nicely set up to use the file extension from
> the URL path to determine how to format the response (tsv or xls).
>
> Now I need to implement the same for POST, so that the response format is
> determined by the extension of the request.  But it's not working, the
> request does not appear to get routed, I just get a 404 response.
>
> Any suggestions?
>
> ------------------------------------------------------
>
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2957757
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2957874

Reply via email to