Bobby created CXF-6117:
--------------------------
Summary: Passing a string that contains "path/file.json" CXF
Strips out the .json before the string gets to the server
Key: CXF-6117
URL: https://issues.apache.org/jira/browse/CXF-6117
Project: CXF
Issue Type: Bug
Components: Services
Affects Versions: 2.2
Environment: Java API service, js client, java 7
Reporter: Bobby
When calling a GET from the client with url:
"myserver/myservices/service/file.json" the server receives
"myserver/myservices/service/file" and strips out the .json. It does not do
this for other file formats just JSON.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)