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

svn commit: r1196231 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/ webapps/docs/

svn commit: r1196223 - in /tomcat/trunk/java/org/apache/coyote/http11: InternalAprInputBuffer.java InternalInputBuffer.java InternalNioInputBuffer.java
(25 lines)
svn commit: r1196297 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
(17 lines)
Nov 1, 2011
Kkolinko
Kkolinko
Author: kkolinko
Date: Tue Nov  1 19:29:30 2011
New Revision: 1196231

URL: http://svn.apache.org/viewvc?rev=1196231&view=rev
Log:
Merged revisions r1196212 r1196223 from tomcat/trunk:

Implement self-guard against unexpected call to parseHeaders() after the
parsing has already been completed
without a prior call to recycle() or nextRequest().
One such occurrence was caused by a bug that did not recycle the buffer and
was fixed a while ago.

AbstractHttp11Processor handling of ISE from parseHeaders() is to reject
the request with response status 400 and close the socket. The message is
visible only when debug logging is enabled in AbstractHttp11Processor.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
   
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java
   
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/InternalInputBuffer.java
   
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java
   
tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/LocalStrings.properties
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/

Reply
Tags: nov 1revisionsampapacheviewvc
svn commit: r991359 - in /tomcat/trunk: java/org/apache/coyote/http11/ webapps/docs/
August 31, 2010 05:09:42 PM
Author: markt Date: Tue Aug 31 22:07:58 2010 New Revision: 991359 URL: http://svn.apache.org/viewvc?rev=991359&view=rev Log: Re-factoring. Reduce code duplication. More still to be done. Modified: …
svn commit: r1143457 - in /tomcat/trunk: java/org/apache/coyote/http11/ webapps/docs/
July 6, 2011 10:07:19 AM
Author: markt Date: Wed Jul 6 15:05:45 2011 New Revision: 1143457 URL: http://svn.apache.org/viewvc?rev=1143457&view=rev Log: Correct regression caused by connector re-factoring that meant that sendfile data was not reset between pipe-lined…
svn commit: r978845 [1/2] - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/filt
July 24, 2010 06:03:02 AM
Author: markt Date: Sat Jul 24 11:03:00 2010 New Revision: 978845 URL: http://svn.apache.org/viewvc?rev=978845&view=rev Log: More tab police Modified: tomcat/trunk/java/org/apache/coyote/RequestInfo.java …
svn commit: r978845 [2/2] - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/filt
July 24, 2010 06:03:02 AM
Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/SimpleElementValue.java URL:…
svn commit: r1162958 - in /tomcat/tc7.0.x/trunk: java/org/apache/coyote/ajp/ webapps/docs/
August 29, 2011 02:45:41 PM
Author: markt Date: Mon Aug 29 19:45:13 2011 New Revision: 1162958 URL: http://svn.apache.org/viewvc?rev=1162958&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51698 Fix CVE-2011-3190 Prevent AJP request forgery via…
svn commit: r1160640 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ webapps/docs/
August 23, 2011 06:42:54 AM
Author: markt Date: Tue Aug 23 11:41:56 2011 New Revision: 1160640 URL: http://svn.apache.org/viewvc?rev=1160640&view=rev Log: Clean-up and re-factoring to reduce duplication Modified: tomcat/tc7.0.x/trunk/ (props changed) …
svn commit: r1164490 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ webapps/docs/
September 2, 2011 06:50:32 AM
Author: markt Date: Fri Sep 2 11:49:53 2011 New Revision: 1164490 URL: http://svn.apache.org/viewvc?rev=1164490&view=rev Log: Detect incomplete AJP messages and reject the associated request if one is found Modified: …
svn commit: r1152385 - in /tomcat/trunk: java/org/apache/coyote/ajp/ webapps/docs/
July 29, 2011 05:09:12 PM
Author: rjung Date: Fri Jul 29 22:08:20 2011 New Revision: 1152385 URL: http://svn.apache.org/viewvc?rev=1152385&view=rev Log: Set "reuse" flag of final AJP "END_RESPONSE" packet to "0" if we plan to close the connection. mod_jk will respect…
svn commit: r1135088 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/c
June 13, 2011 06:20:40 AM
Author: rjung Date: Mon Jun 13 11:19:23 2011 New Revision: 1135088 URL: http://svn.apache.org/viewvc?rev=1135088&view=rev Log: Remove superfluous quotes from thread names for connection pools. Example broken thread name:…
svn commit: r1071671 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpAprProtocol.java webapps/docs
February 17, 2011 10:08:58 AM
Author: markt Date: Thu Feb 17 16:08:08 2011 New Revision: 1071671 URL: http://svn.apache.org/viewvc?rev=1071671&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50780 Fix memory leak in APR implementation of AJP connector…
svn commit: r1067161 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpAprProtocol.java webapps/docs
February 4, 2011 06:18:48 AM
Author: markt Date: Fri Feb 4 12:18:00 2011 New Revision: 1067161 URL: http://svn.apache.org/viewvc?rev=1067161&view=rev Log: Fix hanging Servlet 3 asynchronous requests when using the APR based AJP connector. Modified: …
svn commit: r1040189 - in /tomcat/trunk: java/org/apache/coyote/AsyncStateMachine.java webapps/docs/
November 29, 2010 10:59:43 AM
Author: markt Date: Mon Nov 29 16:58:05 2010 New Revision: 1040189 URL: http://svn.apache.org/viewvc?rev=1040189&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50352 Ensure that AsyncListener.onComplete() is fired when…
svn commit: r1160348 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpMessage.java webapps/docs/cha
August 22, 2011 12:56:56 PM
Author: markt Date: Mon Aug 22 17:56:32 2011 New Revision: 1160348 URL: http://svn.apache.org/viewvc?rev=1160348&view=rev Log: Remove deprecated code for Tomcat 8 Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java …
svn commit: r1042873 - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/ tomcat/u
December 6, 2010 06:09:08 PM
Author: markt Date: Tue Dec 7 00:08:38 2010 New Revision: 1042873 URL: http://svn.apache.org/viewvc?rev=1042873&view=rev Log: Re-factoring in support of https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Pull up the concrete destroy()…
svn commit: r1042850 - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/ tomcat/u
December 6, 2010 05:23:14 PM
Author: markt Date: Mon Dec 6 23:22:44 2010 New Revision: 1042850 URL: http://svn.apache.org/viewvc?rev=1042850&view=rev Log: Re-factoring in support of https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Add the necessary plumbing for…
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: 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: 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: 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: …
How to set up a different context to point to an external directory outside webapps Tomcat/Java
January 1, 2011
Hi Folks, I am successful to map an external directory by creating an xml file like : And I named this xml file as uploads.xml and saved under…
Hosting 2 webapps under 1 apache/tomcat
February 20, 2011
I am trying to host multiple webapps under tomcat 6 behind apache2 via mod_jk. I am at my wits end with this. the problem i am facing that both…
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…
Didvid webapps between tomcat
April 29, 2011
I have 300 webapps in a single Tomcat. It takes a while to restart Tomcat plus a few other limitations. I have Two web servers load balanced in…
Question on tomcat for serving of webapps and web-inf
January 22, 2011
Hi, There is a project deployed in Tomcat. The web-app of course in is webapps of tomcat and the structure is as follows: tomcat-home |--webapps |…
Sharing credentials between different Tomcat Webapps
May 2, 2011
Hi all, I have two webapps that will both be sitting on the same domain/tomcat application server, just in different context paths. (e.g.…
Possible to map subdomains to webapps in a standard Java app server?
January 27, 2011
If you have two webapps, foo and bar, in a J2EE app server like Tomcat, the normal way to distinguish them is like this: domain.com/foo…
Deploy several webapps configured as Root in a same instance of Tomcat
June 2, 2011
I have about 6 or 7 webapps which are configured to be deployed as the root app on Tomcat (6). So, each app can be later accessed by…
Centrally secure all tomcat webapps using BASIC authentication
March 1, 2011
I have a Tomcat 6 server containing three webapps: a custom one as ROOT, Jenkins and Nexus. I would like to secure all three centrally (server.xml?)…
What is the most efficient way to develop Java webapps? Or to be more specific, say Wicket apps?
April 22, 2011
Hello everyone, this is my first time to post a question here, I will try to make my question as clear as possible. I try to find a best process to…
Secure Tomcat Webapps folder from direct user access
February 14, 2011
Is there a way that I can secure the webapps folder in Tomcat from direct access from a system user? In other words, I dont want a user to logon to…
Is a new .war file uploaded to the webapps directory supposed to force tomcat restart?
April 6, 2011
Hello, I am putting together a new build environment and when I upload a new .war file, Tomcat does not seem to be unwrapping it into a directory…
Is a new .war file uploaded to the webapps directory supposed to force tomcat restart?
April 6, 2011
I am putting together a new build environment and when I upload a new .war file, Tomcat does not seem to be unwrapping it into a directory…
Asterisk Sip trunk though a PIX 501 firewall
May 5, 2011
I'm using an asterisk VOIP server, and I'm able to make called though with my SIP client. The problem I get is one-way voice. I can hear the…
Apache HTTP Server docs on public_html and the series of steps taken when a client connects
May 27, 2011
What does the apache server do when a client visits a website which is hosted on it. i.e what folder does it access and what is the default page it…
Java/apache/tomcat
March 15, 2011
hi every one, how to connect tomcat with apache.
Simple Tomcat Question Create a New Folder under Webapps folder
April 14, 2011
I would like to test it by myself if I had a test server. I need to create a new application JSP applicaiton. I created a folder, say, app1, under…
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,…
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:…
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…