b
>
>
> -Original Message-
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 05, 2007 2:27 PM
> To: Tomcat Users List
> Subject: RE: Request parameters incorrect
>
>
> > From: Bob Riaz [mailto:[EMAIL PROTECTED]
>
ins parameter
name/values from a requqest that was logged hours before this one.
Your thoughts would be deeply appreciated.
Thanks!
Bob
-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 05, 2007 2:27 PM
To: Tomcat Users List
Subject: RE: Reque
> Get the request parameters from the request object from a page, concatenate
> them into a string, store the string in the db.
Do you url-encode the names and the values before concatenating them
into the string?
If not, there might be '&', '=' symbols in the value string that break
your parsing
> From: Bob Riaz [mailto:[EMAIL PROTECTED]
> Subject: Request parameters incorrect
>
> The parameters we find in this string come from 3
> different pages! We're baffled!!
This is pretty much always a problem with incorrect scoping or
synchronization in the webapp. For example, code processing