cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java InternalInputBuffer.java

2004-06-01 Thread remm
remm2004/06/01 07:34:22 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java InternalInputBuffer.java Log: - Bug 29166: Tweak expectation handling so that if the expectation isn't satisfied, we don't attempt to swallow the request's b

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

2002-03-10 Thread Remy Maucherat
> I'd like it if this could make it into o.a.c.Processor as well. Since > Costin has done a lot of work on this in 3.3, I'd like to make it settable > (with a default of true), and if it is in Processor I don't have to resort > to introspection. > > It's not a big deal, since the introspection to

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

2002-03-09 Thread Bill Barker
rospection tools are good. If you feel that this isn't going to stay around long, I can live with the introspection solution. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 09, 2002 11:05 AM Subject: cvs commit: jakarta-tomcat-

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java InternalInputBuffer.java

2002-03-09 Thread remm
remm02/03/09 11:05:35 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java InternalInputBuffer.java Log: - Port the tricks used by the old HTTP/1.1 connector to optimize handling of the US-ASCII parts of the HTTP header (method + pro