-
Bug
-
Resolution: Done
-
Critical
-
None
-
jboss-fuse-6.3
-
None
-
%
-
-
+
-
When sending an URL with some invalid characters to a fabric gateway, the gateway container logs a NullPointerException, and the client hangs
Please see attached "NPE-gateway.txt" file, for the full exception stack trace
If the same URL is sent directly to the container that host the web service presented by the gateway, the client gets a response
Sample client and URL used:
$ curl "http://localhost:8183/cxf/crm/customerservice/customers/123?foo=bar|baz"
Probably the same behavior could happen with other special characters
- is related to
-
ENTESB-12871 Fabric Gateway should have same behavior on CXF web services, when handling illegal not encoded characters on URL
- Closed