Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

svn commit: r1237146 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractOutputBuffer.java LocalStrings.properties

DO NOT REPLY New: service.bat fails to set catalina.base and catalina.home due to apparent procrun bug
(35 lines)
svn commit: r1237147 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractOutputBuffer.java java/org/apache/coyote/http11/LocalStrings.properties webapps/docs/changelog.xml
(21 lines)
Jan 28, 2012
Markt
Markt
Author: markt
Date: Sat Jan 28 19:40:43 2012
New Revision: 1237146

URL: http://svn.apache.org/viewvc?rev=1237146&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52543
Provide a meaningful error message when writing more response headers
than permitted

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java
    tomcat/trunk/java/org/apache/coyote/http11/LocalStrings.properties

Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java
URL:
http://svn.apache.org/viewvc/tomcat/t...146&view=diff

Reply
Tags: bugzillajan 28error messageampviewvcapache
svn commit: r1079329 - /tomcat/trunk/java/org/apache/coyote/http11/LocalStrings.properties
March 8, 2011 05:29:00 AM
Author: markt Date: Tue Mar 8 11:28:15 2011 New Revision: 1079329 URL: http://svn.apache.org/viewvc?rev=1079329&view=rev Log: Add missing message Modified: tomcat/trunk/java/org/apache/coyote/http11/LocalStrings.properties Modified:…
svn commit: r1001525 - in /tomcat/trunk/java/org/apache/coyote/http11: LocalStrings.properties Local
September 26, 2010 04:26:40 PM
Author: markt Date: Sun Sep 26 21:26:08 2010 New Revision: 1001525 URL: http://svn.apache.org/viewvc?rev=1001525&view=rev Log: Clean-up. Reduce whitespace, unnecessary comments Modified: …
svn commit: r1080905 - /tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties
March 12, 2011 04:32:36 AM
Author: markt Date: Sat Mar 12 10:32:11 2011 New Revision: 1080905 URL: http://svn.apache.org/viewvc?rev=1080905&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties Modified:…
svn commit: r1081234 - /tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties
March 13, 2011 06:10:43 PM
Author: markt Date: Sun Mar 13 23:10:18 2011 New Revision: 1081234 URL: http://svn.apache.org/viewvc?rev=1081234&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties Modified:…
svn commit: r1043433 - /tomcat/trunk/java/org/apache/coyote/LocalStrings.properties
December 8, 2010 08:34:17 AM
Author: markt Date: Wed Dec 8 14:33:51 2010 New Revision: 1043433 URL: http://svn.apache.org/viewvc?rev=1043433&view=rev Log: Fix copy/paste error Modified: tomcat/trunk/java/org/apache/coyote/LocalStrings.properties Modified:…
svn commit: r996608 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11
September 13, 2010 12:29:35 PM
Author: markt Date: Mon Sep 13 17:28:53 2010 New Revision: 996608 URL: http://svn.apache.org/viewvc?rev=996608&view=rev Log: Code clean-up Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java …
svn commit: r1132383 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProtocol.java Http11
June 5, 2011 07:34:21 AM
Author: markt Date: Sun Jun 5 12:33:29 2011 New Revision: 1132383 URL: http://svn.apache.org/viewvc?rev=1132383&view=rev Log: Align some of the code between the connection handlers. Modified: …
svn commit: r1132381 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProtocol.java Http11
June 5, 2011 07:21:25 AM
Author: markt Date: Sun Jun 5 12:20:42 2011 New Revision: 1132381 URL: http://svn.apache.org/viewvc?rev=1132381&view=rev Log: Consistent visibility with BIO Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java …
svn commit: r1144354 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProtocol.java Http11
July 8, 2011 10:10:41 AM
Author: markt Date: Fri Jul 8 15:10:01 2011 New Revision: 1144354 URL: http://svn.apache.org/viewvc?rev=1144354&view=rev Log: More protocol alignment (with an eye to aligning with AJP) Modified: …
svn commit: r1144375 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProtocol.java Http11
July 8, 2011 11:19:56 AM
Author: markt Date: Fri Jul 8 16:19:28 2011 New Revision: 1144375 URL: http://svn.apache.org/viewvc?rev=1144375&view=rev Log: Yet more protocol alignment (with an eye to aligning with AJP) Modified: …
svn commit: r1136812 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpProtocol.java coyote/http11/H
June 17, 2011 03:55:14 AM
Author: markt Date: Fri Jun 17 08:54:28 2011 New Revision: 1136812 URL: http://svn.apache.org/viewvc?rev=1136812&view=rev Log: Aligning code between connectors Remove extra method from JIoEndpoint.Handler Modified: …
svn commit: r1001564 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpProcessor.java coyote/http11/
September 26, 2010 07:17:59 PM
Author: markt Date: Mon Sep 27 00:17:26 2010 New Revision: 1001564 URL: http://svn.apache.org/viewvc?rev=1001564&view=rev Log: Change method name so it is easier to distinguish between async and comet processing. No so important here since…
svn commit: r1001545 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpProcessor.java coyote/http11/
September 26, 2010 05:38:32 PM
Author: markt Date: Sun Sep 26 22:37:31 2010 New Revision: 1001545 URL: http://svn.apache.org/viewvc?rev=1001545&view=rev Log: Add some Javadoc. Use SocketStatus.OPEN rather than STOP since the BIO connector treats them the same way and it…
svn commit: r1038351 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http11/ java
November 23, 2010 03:47:59 PM
Author: markt Date: Tue Nov 23 21:45:56 2010 New Revision: 1038351 URL: http://svn.apache.org/viewvc?rev=1038351&view=rev Log: Move configuration of trailer header size limit to the connector Modified: …
svn commit: r1161549 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpMessage.java LocalStrings.pro
August 25, 2011 08:06:30 AM
Author: markt Date: Thu Aug 25 13:06:04 2011 New Revision: 1161549 URL: http://svn.apache.org/viewvc?rev=1161549&view=rev Log: Correct message Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java …
svn commit: r1161486 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpMessage.java LocalStrings.pro
August 25, 2011 05:39:39 AM
Author: markt Date: Thu Aug 25 10:38:32 2011 New Revision: 1161486 URL: http://svn.apache.org/viewvc?rev=1161486&view=rev Log: Detect incomplete AJP messages and reject the associated request if one is found Modified: …
svn commit: r1063774 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProtocol.java java/o
January 26, 2011 10:12:14 AM
Author: markt Date: Wed Jan 26 16:11:46 2011 New Revision: 1063774 URL: http://svn.apache.org/viewvc?rev=1063774&view=rev Log: Don't assume servlet 3+ async when processing long poll connections (it might be comet) Use socket rather than…
svn commit: r1145694 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java java/
July 12, 2011 12:51:15 PM
Author: markt Date: Tue Jul 12 17:50:11 2011 New Revision: 1145694 URL: http://svn.apache.org/viewvc?rev=1145694&view=rev Log: Protect against crashes in the HTTP APR connector if sendfile is configured to send more data than is available in…
svn commit: r998141 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProtocol.java java/or
September 17, 2010 09:00:36 AM
Author: markt Date: Fri Sep 17 14:00:10 2010 New Revision: 998141 URL: http://svn.apache.org/viewvc?rev=998141&view=rev Log: NIO and APR processors don't use START/STOP so this code is unnecessary Modified: …
svn commit: r1099834 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11Processor.java java/org
May 5, 2011 10:02:12 AM
Author: markt Date: Thu May 5 15:01:46 2011 New Revision: 1099834 URL: http://svn.apache.org/viewvc?rev=1099834&view=rev Log: Add disableKeepAlivePercentage attribute to the HTTP-BIO connector Modified: …
Tomcat Problem :java.net.BindException: Address already in use <null>:8080 at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549)
March 16, 2011
Hi, I am using tomcat as my webserver. i have application which needs a tomcat server restart after click of edit button by user. for that i have…
Java/apache/tomcat
March 15, 2011
hi every one, how to connect tomcat with apache.
Php-Java Bridge War File deployment in apache tomcat
February 5, 2011
Hai Guys, Am a newbee and does not know much about apache-tomcat..... heres my problem -> I have my sites contents uploaded to public_html folder…
Handling X-FORWARDED-PROTO in java apache-tomcat
April 21, 2011
Can any one guide me in working with X-FORWARDED-PROTO in Java apache-tomcat. The application setup is in such a way that tomcat talks with apache…
Apache Tomcat :java.net.ConnectException: Connection refused
April 18, 2011
hi all, while i try to stop tomcat server its giving an error like this. [root@server classes]# service tomcat restart Stopping Tomcat service:…
Linux kernel with grsec + Java / Apache Tomcat
June 12, 2010
I've got a Debian Linux 64 bit dedicated server. The kernel has the grsec patch applied. I'm mainly using this server to run Apache Tomcat (6.0.26,…
Choosing between Django-Apache and Java-Tomcat for a web application
March 15, 2011
Hi all, In order to develop a web application that can easily scale, provide production stability, is easily deploy-able, and allows for fast…
Java apache tomcat is not detecting the jsp file even when it exists.
May 5, 2011
Hi, I have come across to a strange problem where apache tomcat server is showing 404 server code. But some of the files are being detected by the…
Java: xml signature interoperability issue between Java(apache) and .net
April 15, 2011
I need to sign a xml file with RSA-SHA1 signing in enveloped mode in java. and check the signature in .net. the signature is valid if sign and…
Per-application system properties in Apache Tomcat
March 8, 2011
My current need is to specify different log4j.configuration properties for different web applications deployed on the same Tomcat instance. Is it…
Java Filter not Write Cookie in Apache/Tomcat 7 Load Balanced Environment
April 16, 2011
Hello, I'm using tomcat 7 and the below filter in order to write the the JSESSIONID cookie across http to https to http requests in my application.…
Java.security.AccessControlException: access denied (java.io.FilePermission /usr/share/java/jsp-api-2.0.jar read)
January 14, 2011
I am trying to deploy me application to Tomcat 5.5 on Debian Lenny. I am getting the following exception: java.security.AccessControlException:…
Eclipse tomcat: how can i deploy a java tomcat project to a directory without having tomcat installed?
November 23, 2010
Hello. I'm writing a tomcat project to be executed by red5 so I don't have any tomcat servers available. how can I deploy the project to a specific…
Java ssl tomcat
March 11, 2011
I have a SSL certificate how can i use and configure with my tomcat ?
Java EE SDK instead of Tomcat?
April 14, 2011
I learned that Servlet reference implementation is included in the Java EE SDK. And Tomcat is a open source implementation of it. Can I use Java EE…
Tomcat java php
May 24, 2011
I want to use tomcat tomcat, java & php altogether. I am able to run Hello World program. But now, my java program creates a text file and write…
Java and Tomcat - where to put jars?
April 8, 2011
Hello, I am trying to understand what are considered good practice things to do in Java and Tomcat environments. 1) When I run my Ant script, the…
Doubt in JAVA and tomcat
January 12, 2011
I've few doubts regarding constructor in java Can a constructor be private? If yes then in which condition? Constructor is a method or not? If…
Tomcat and java SDK problem
April 17, 2011
I am trying to create a new dynamic web project in eclipse (in ubuntu). When I point to Target Runtime as Tomcat V 7.0 , I get the below warning…
Java RMI, Tomcat problem!
May 4, 2011
I am learning about Java RMI and have an example code to show how RMI can be used to pass objects to another virtual machines over a network. Here…