|
> From: David Gibbs > > I'm not an expert in this stuff ... but perhaps the servlet isn't ready > to receive input until the previous request has finished rendering ... > and you are clicking the button before it's finished? It's the fact that I'm getting a double POST request. I don't know if it's the browser sending two requests or WAS burping, but two requests are being passed to the servlet within milliseconds of one another. This has to do with the parsePostData error, I think. The timings are perfect. I get a POST request, a parsePostData error occurs way in the bowels of WAS, and then I get another POST request, all within milliseconds. It's as if WAS senses the error and tries to resend the data to me. I'm going to try to ignore any request that doesn't have the right data. That's probably not a valid fix long term, but it will test the proposition. Joe
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.