I was using Tomcat 4.1.29 and currently upgraded to Tomcat
5.028. I was sending parameters with a post request as
follows:
page.do?action=A&Var2=B&Var3=C
I have the appropriate sets and gets in the page form bean.
This was working fine in T 4 but in T 5 only the action
parameter gets passed in and the sets for Var2 and Var3 never
get called upon???
I found in the Changelog of Tomcat 5 the following note:
"Add a limit to the size of a POST which will be processed
using getParameter (remm) " but not sure what exactly this
means or if it relates.
Any help would be greatly appreciated!
Thanks in advance
5.028. I was sending parameters with a post request as
follows:
page.do?action=A&Var2=B&Var3=C
I have the appropriate sets and gets in the page form bean.
This was working fine in T 4 but in T 5 only the action
parameter gets passed in and the sets for Var2 and Var3 never
get called upon???
I found in the Changelog of Tomcat 5 the following note:
"Add a limit to the size of a POST which will be processed
using getParameter (remm) " but not sure what exactly this
means or if it relates.
Any help would be greatly appreciated!
Thanks in advance