Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.0, 2.0-M1
-
None
-
MAC OSX (Leapord), Eclipse 3.4, TomCat 6
Description
I use the following route:
final String spurl = protocols.get(0).getEpUrl();
cc.addRoutes(new RouteBuilder()
{
public void configure()
});
where "spurl" is the servlet URL endpoint. The messages are being sent to the servlet, but the content type in the "doPost(...)" is null.