RE: Bug in IIS JK2 connector? Can't upload multipart-forms...

2002-12-11 Thread Joakim Ström
Hi, > I'm having problems with JK2 connector and Microsoft IIS. I can't > upload files, more precisely, the servlet does not get correct > mime stream. The data is sent all-right, but the last mime > boundary usually is not there. Needless to say that the same > servlet works fine with mod_jk2

[PATCH] mod_jk2 for IIS, Bugfix corrupted data

2002-12-11 Thread Joakim Ström
Hi, Find attached my fix that solves this problem: Data uploaded from a client occasionally gets corrupted by the isapi_redirector2 filter, if the length of the data exceeds approximately 56k bytes. A word of warning is appropriate here: The fix is in the common part of jk2 but I have only tested

Patch for isapi_redirector2

2002-12-09 Thread Joakim Ström
Hi, I have made a patch which solves a problem I had last week--isapi_redirector sometimes corrupted data sent by the client. I'm not sure where to send the patch, I hope I don't abuse this list by submitting it here. Someone more intimate with the code might want to make a better patch, the cod

Unexpected behavior in mod_jk redirector for IIS

2002-12-05 Thread Joakim Ström
Hello, I'm trying to use Tomcat in a Webdav app running under IIS, but keep running into severe problems with the IIS connector that are stalling our project. I have tried the users list without any luck with two cases, and some colleagues now think we should look for another servlet container. B