cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Constants.java

2004-11-12 Thread remm
remm2004/11/12 02:51:49 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java CharChunk.java ByteChunk.java http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Constants.java Log: - Move

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

2004-10-01 Thread remm
remm2004/10/01 16:36:15 Modified:http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Constants.java Http11Processor.java Log: - Fix a oops with my usage of constant bytes arrays. So, ok, I can't do that. - Use a

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

2004-10-01 Thread jansdell
I am out of the office until Monday 4 October. If your enquiry is urgent please contact [EMAIL PROTECTED], otherwise I will get back to you on my return. Best Regards, Jim Ansdell See (Nottingham) dl: 0115 9129179 f: 0115 9484345

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

2004-07-15 Thread remm
remm2004/07/15 07:33:38 Modified:http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Log: - Add better support for CharChunk for response headers. Revision ChangesPath 1.22 +41 -2

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

2003-09-30 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: billbarker2003/09/29 22:40:27 Modified:http11/src/java/org/apache/coyote/http11 Tag: coyote_10 InternalOutputBuffer.java Log: Trying to escape the dreaded tab-police. -1. The fix was already present. I had even sent you a mail quoting

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

2003-09-30 Thread Remy Maucherat
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: billbarker2003/09/29 22:40:27 Modified:http11/src/java/org/apache/coyote/http11 Tag: coyote_10 InternalOutputBuffer.java Log: Trying to escape the dreaded tab-police. -1. The fix was already present. I had

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

2003-09-30 Thread billbarker
billbarker2003/09/30 19:36:14 Modified:http11/src/java/org/apache/coyote/http11 Tag: coyote_10 InternalOutputBuffer.java Log: Revert patch. Revision ChangesPath No revision No revision 1.16.2.4 +2 -4

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

2003-09-29 Thread billbarker
billbarker2003/09/29 22:38:15 Modified:http11/src/java/org/apache/coyote/http11 Tag: coyote_10 InternalOutputBuffer.java Log: Port the no-nl patch from the Head branch. Revision ChangesPath No revision No

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

2003-09-29 Thread billbarker
billbarker2003/09/29 22:40:27 Modified:http11/src/java/org/apache/coyote/http11 Tag: coyote_10 InternalOutputBuffer.java Log: Trying to escape the dreaded tab-police. Revision ChangesPath No revision No

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

2003-09-12 Thread remm
remm2003/09/12 03:28:38 Modified:http11/src/java/org/apache/coyote/http11 Tag: coyote_10 InternalOutputBuffer.java Log: - Port patch: add filering for control chars in the HTTP header. Revision ChangesPath No revision No

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

2003-09-11 Thread remm
remm2003/09/11 00:03:58 Modified:http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Log: - Filter out all control chars from the response header, as mandated by the HTTP specification. Revision ChangesPath 1.18 +9 -2

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

2002-11-22 Thread remm
remm2002/11/22 07:55:32 Modified:http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Log: - If an IOE happens during the commit, the response is never flagged as committed (so would get generated multiple times in the OB depending on

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

2002-04-01 Thread remm
remm02/04/01 09:50:46 Modified:http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Log: - Fix problems handling null strings. - isNull wasn't a good way to test the type of the MB (use getType instead). Revision ChangesPath

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

2002-03-10 Thread remm
remm02/03/10 23:12:07 Modified:http11/src/java/org/apache/coyote/http11 InternalOutputBuffer.java Log: - Write the message cause specified in the response. Revision ChangesPath 1.10 +5 -1