Re: Request parameters incorrect

2007-12-07 Thread Len Popp
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] >

RE: Request parameters incorrect

2007-12-05 Thread Bob Riaz
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

Re: Request parameters incorrect

2007-12-05 Thread Konstantin Kolinko
> 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

RE: Request parameters incorrect

2007-12-05 Thread Caldarale, Charles R
> 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