-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 5.1.0 GA, 5.2.0.ER3
-
Fix Version/s: 5.2.0.ER5
-
Component/s: None
-
Labels:None
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
This minor bug is located in org.jboss.soa.esb.samples.quickstart.httpgateway.MyAction. The process method is defined in following way:
|
MyAction.java |
public String printHttpRequestInfo(@BodyParam byte[] httpPayload
|
But this way the http body is not extracted from the request. The correct httpPayload type should be String.
I think it is good to fix this because (unfortunately) this is the only place where @BodyParam anotation is used.
- is related to
-
JBESB-3689 http_gateway quickstart doesn't output http request body to console as it should
-
- Closed
-