Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.5.2
-
None
-
None
-
Unknown
Description
Start the server of the jaxws_dispatch_provider sample. Send a totally unrelated request to the endpoint of the sample server. For the request actually sent see attachment request.txt
Expected behaviour: the service returns a fault with code = client stating an unknown operation was invoked.
Actual behaviour: One of the service operations is called and normal response is returned, see attachment response.txt
Also replacing the empty soapAction values in the sample WSDL with distinct values yields the same result.
Note: This behaviour can also be observed with other provider based services. Of course here the business code might return a fault because the structure of the request is not the expected one. Still already CXF should not accept the requests.
Attachments
Attachments
Issue Links
- is superceded by
-
CXF-4115 The operation property of the MessageContext may return wrong value if erroneous request is sent
- Closed