Re: [Resin-interest] Isapi_dll 3.0.18 vs 3.0.22

2006-12-27 Thread Leland, Robert
I checked out the 3.0 Branch and it appears that the bug that was introduced in 3.0.19 is still there: I believe on Line 479 of protocol.cpp write_client_buffer(r, s-read_buf + s-read_offset, sublen); should be if (write_client_buffer(r, s-read_buf + s-read_offset, sublen) 0) return

Re: [Resin-interest] need help w. 405 server error msg.

2006-12-27 Thread Sam
Date: Thu, Dec 21, 2006 at 08:42:35PM -0600 Subject: [Resin-interest] need help w. 405 server error msg. I need some help/assistance from someone concerning always getting a 405 server error message everytime that I have tried to view a servlet with an image in it! Here is my code for the