Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Max length for request.getParameter("dataString")

843836Jun 17 2004 — edited Jun 17 2004
Dear all,

May I know what is the maximum length allowed for request.getParameter(), Say:
String dataString= request.getParameter("dataString");

The 'dataString' is submitted from form's value from 1.jsp to 2.jsp. If the dataString length is about 3000, will there be any problem ?

Thanks in advance.

Regards,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2004
Added on Jun 17 2004
2 comments
372 views