http-param in get request not handled correctly
Status: Beta
Brought to you by:
rbala
for the script:
<http url="http://localhost/test.jsp">
<http-param name="action">test</http-param>
</http>
Will create a request for
http://localhost/test.jsp?action=org.webharvest.runtime.web.HttpParamInfo@123456
instead of
http://localhost/test.jsp?action=test
The attache patch fix the issue
Anonymous
the fix
Diff:
Fixed http parameters values. Also fixed the way how these parameters are concatenated in order to do not append "&" at the end of request URL. Resolved for 2.1.0rc1 version - not officialy released yet, but available in release-2.1 branch.
For the configuration below:
Following request is executed: