[
https://jira.jboss.org/jira/browse/JBESB-2448?page=com.atlassian.jira.plu...
]
Tom Fennelly closed JBESB-2448.
-------------------------------
Resolution: Done
Fixed via JBESB-2471
The Get or Post request
'http://localhost:8080/jbossesb/httpgateway/serviceA' can not be passed in ESB
service through HttpGateway
-----------------------------------------------------------------------------------------------------------------------------------
Key: JBESB-2448
URL:
https://jira.jboss.org/jira/browse/JBESB-2448
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Rosetta
Affects Versions: 4.4
Reporter: Jim Ma
Assignee: Tom Fennelly
Fix For: 4.4 FP1
When context value of <http-bus> is configured to
"/jbossesb/httpgateway/serviceA" ,the HttpGatewayListener will use name
"jbossesb/httpgateway/serviceA" to create web context and use "/" to
create servlet mapping . The Get or Post request for
"http://localhost:8080/jbossesb/httpgateway/serviceA" can not be passed in
HttpDistpatchServlet.
I think we can use "jbossesb/httpgateway" to create web context and use
"/serviceA/*" to create servlet mapping , then all the following requests can be
passed in ESB service.
http://localhost:8080/jbossesb/httpgateway/serviceA/1234
http://localhost:8080/jbossesb/httpgateway/serviceA/5678
http://localhost:8080/jbossesb/httpgateway/serviceA?a=b
http://localhost:8080/jbossesb/httpgateway/serviceA/
--
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