cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters SavedRequestInputFilter.java

2005-05-22 Thread markt
markt 2005/05/22 10:14:29 Added: http11/src/java/org/apache/coyote/http11/filters SavedRequestInputFilter.java Log: Implement request body replay action. New input filter used to insert the request body. Revision ChangesPath 1.1

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters SavedRequestInputFilter.java

2005-05-22 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: markt 2005/05/22 10:14:29 Added: http11/src/java/org/apache/coyote/http11/filters SavedRequestInputFilter.java Log: Implement request body replay action. New input filter used to insert the request body. This is probably not

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters SavedRequestInputFilter.java

2005-05-22 Thread Mark Thomas
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Implement request body replay action. New input filter used to insert the request body. This is probably not going to work with the APR protocol, since a subsequent request may be processed by a different processor. All this proves saving

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters SavedRequestInputFilter.java

2005-05-22 Thread Remy Maucherat
Mark Thomas wrote: Remy Maucherat wrote: The input filter is added to the processor during the processing of the final request in the FORM authentication sequence and the data in it is consumed during the processing of this request. There is no need for this filter, or the data in it, to

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters SavedRequestInputFilter.java

2005-05-22 Thread Mark Thomas
Remy Maucherat wrote: Mark Thomas wrote: If this still goes to the session, then the -1 is not justified. It does still go to the session. The code is not done in a way that is very intuitive to me, so that's the only issue then, and it's not relevant. It wasn't that intuitive to me

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters SavedRequestInputFilter.java

2005-05-22 Thread Remy Maucherat
Mark Thomas wrote: I took a particularly paranoid view and set the default to 4k. I see this was in the next commit. Great default. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL