Re: issue when redirect/forward on not - parsed form/multipart request

2007-11-03 Thread Rainer Jung
The dump shows, that you reply back with a redirect to http://www/Kolloquium/Weiche;jsessionid=70AAEDF1EF6E46F60B0CB09B52DCAD16?do=fil&Lng=1&err=3 The browser doesn't send this request afterwards, instead it retries the upload request. - is www a valid server name of your web server from the poi

Re: issue when redirect/forward on not - parsed form/multipart request

2007-09-25 Thread tw796021
Thank you for your fast response! OK, I switched the log level to trace and provoked the problem. The resulting Log file is attached. Regarding my worker and ...properties, they are quite minimalistic but they did their job, at least until now :) uriworkermap.properties: /Kolloquium/*=ajp13 wo

Re: issue when redirect/forward on not - parsed form/multipart request

2007-09-24 Thread Rainer Jung
Hi Thomas, [EMAIL PROTECTED] wrote: I wrote a servlet (running on Apache Tomcat 5.5) using Commons FileUpload and it works good except for the following problem: If a user wants to upload a file larger then sizeMax, a SizeLimitExceededException is thrown while parsing the request and I want to

issue when redirect/forward on not - parsed form/multipart request

2007-09-24 Thread tw796021
Hello, Hopefully this is the right place for my problem. I wrote a servlet (running on Apache Tomcat 5.5) using Commons FileUpload and it works good except for the following problem: If a user wants to upload a file larger then sizeMax, a SizeLimitExceededException is thrown while parsing the re