RE: [bug report] servlet's twice calling

2001-04-26 Thread Alexander Jesse
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 6:45 PM To: [EMAIL PROTECTED] Subject: Re: [bug report] servlet's twice calling Well, I'm using 3.2.2beta, but we do file uploads and don't see double postings at all. It would seem like a serious problem, though, to have

Re: [bug report] servlet's twice calling

2001-04-25 Thread David Wall
Well, I'm using 3.2.2beta, but we do file uploads and don't see double postings at all. It would seem like a serious problem, though, to have double POST calls done since that would result in two transactions. I have seen the opposite, though, when serving up a file that was uploaded, I've

[bug report] servlet's twice calling

2001-04-24 Thread
os : unix windows 2000 servlet container : tomcat 3.2.1 release For the two implementations presented below, requests submitted from the file fileupload.html call up fileUpload2.jsp twice. The file fileUpload2.jsp is called only once when fileupload.html submits a request on other