DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40306>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40306 ------- Additional Comments From [EMAIL PROTECTED] 2006-08-27 21:30 ------- Created an attachment (id=18755) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18755&action=view) ajp/jk patch Resets the contentLength to -1 on the request so that future calls to Request.getContentLengthLong() will examine the 'content-length' header and return the actual content length. This occurs when a SavedRequest is restored (ActionCode.ACTION_REQ_SET_BODY_REPLAY). Without resetting this value, the current contentLength equals 0 and POST parameters are never parsed on the restored SavedRequest. connectors/jk/java/org/apache/jk/core/MsgContext.java connectors/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
