-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.2.1
-
None
-
%
-
-
-
7.0 Sprint 1
- Problem does not appear when synchronous=true is set for cxfrs consumer.
<route id="displayTxnRoute"> <from uri="cxfrs:bean:txnSrv?synchronous=true" /> <log message="****** TXN received" /> </route>
- Error
[cpandey@cpandey bin]$ curl http://localhost:8181/cxf/csl/v1/transactions/transactionid/test%20two [{"transactionId":"test two"}][cpandey@cpandey bin]$ curl http://localhost:8181/cxf/csl/v1/transactions/transactionid/test%20two <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>Error 500 Server Error</title> </head> <body><h2>HTTP ERROR 500</h2> <p>Problem accessing /cxf/csl/v1/transactions/transactionid/test two. Reason: <pre> Server Error</pre></p><h3>Caused by:</h3><pre>java.lang.IllegalArgumentException: Illegal character in path at index 64: http://localhost:8181/cxf/csl/v1/transactions/transactionid/test two at java.net.URI.create(URI.java:859) at org.apache.cxf.transport.servlet.BaseUrlHelper.getBaseURL(BaseUrlHelper.java:48) at org.apache.cxf.transport.servlet.ServletController.getBaseURL(ServletController.java:74) at org.apache.cxf.transport.servlet.ServletController.updateDestination(ServletController.java:83) at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:207) at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:171) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:293) at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:217) at ja
- is duplicated by
-
ENTESB-6750 Camel component <cxf:rsServer> does not support URL with white spaces in between
- Closed
-
ENTESB-7252 CXF servlet transport does not support percent encoding for empty space "%20"
- Closed
- is caused by
-
CXF-7043 Loading...