wso2esb - How can I access HTTPServletRequest object in WSO2 ESB 4.0.3 -


i looking @ http://wso2.org/forum/thread/10508 explains how httpservletrequest. explains if have "org.wso2.carbon.core.transports.http.*" request can httpservletrequest object. described did change axis2.xml change transports , worked. since "org.apache.synapse.transport.nhttp." (nio) trnasport fast loosing performance if that.

is there way of keeping nio transport handlers ("org.apache.synapse.transport.nhttp.") , httpservletrequest object?

i thankful if can answer. authentication done through cookies in existing data services , company not want change that.

thanks abhijit

this not possible. nio transport not servlet , not support http sessions , all. new wso2 server version have upgraded tomcat version normal http transport uses nio underline.

i think need performance comparison , see latest release.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -