Problem with request.getQueryString() in Websphere Application Server
Hi,
I am facing a problem with the request.getQueryString() metjhod in WebSphere Applicaiton Server.
The same code when I run on Tomcat web server , I dont get any errors and the application works fine.
But when I run the same application on WebSphere I get a NullpointerException.
Does WebSphere support this method or not?
I am having a doubt that websphere does not support this method because of some security.
Please kindly help me in solving this problem
Thanks in advance
Rakesh

