-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
fuse-7.10-GA
-
None
-
False
-
False
-
%
-
-
Todo
-
-
It ought to be possible to use the X-HTTP-Method-Override mechanism to make Fuse/CXF handle request types that are blocked by the infrastructure. For example, it should be possible for a CXF client of a REST service to issue a PATCH request, even if the installation disallows it at the network level. However, adding the header "X-HTTP-Method-Override: PATCH" to a POST request does not cause the PATCH method to be invoked.
It appears that this mechanism did work in Fuse 7.6 and earlier.