Hello,

When an xml string is passed as an input to a Servlet like:

http://server/context/servlet?xmlString=<?xml version="1.0"
encoding="UTF-8"?><test>Hello</test>

I am not able to read with request.getParameter("xmlString"). Looks like
Tomcat 4 doesn't like "=" in the parameter value. (Because it works with
Tomcat 3.2) Can anyone please suggest analternative?

Thank you,
Vijay

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to