[
https://jira.jboss.org/jira/browse/JBESB-1958?page=com.atlassian.jira.plu...
]
Ron Sigal commented on JBESB-1958:
----------------------------------
Is this issue related to AS 4.2 / Remoting 2.2 or AS 5 / Remoting 2.4? Or both?
Currently, CoyoteInvoker does this, for example:
metadata.put(HTTPMetadataConstants.PATH, req.requestURI().getString());
where metadata gets added into the InvocationRequest request parameters map (and where
HTTPMetadataConstants.PATH is "path").
I could add something like:
metadata.put("query", req.query().getString());
where, req.query().getString() would return "x=10&y=abc" in the example
given above. How does that sound?
JBoss Remoting Gateway not providing HTTP query string in composed
message
--------------------------------------------------------------------------
Key: JBESB-1958
URL:
https://jira.jboss.org/jira/browse/JBESB-1958
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Transports
Affects Versions: 4.4
Reporter: Tom Fennelly
Fix For: 4.x
Attachments: helloworld_http.zip
This happens because the JBR CoyoteInvoker doesn't forward the query string in the
request parameters object.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira