posted 14 years ago
I am trying to have a REST web service return both XML or JSON depending on the extension on the url (.xml .json).
As it is now it will ONLY return JSON no matter the extension.
Here is the method:
Here is my servlet-context.xml:
What am I doing wrong?
Thanks in advance for the help.