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

svn commit: r1094621 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http11/ webapps/docs/ webapps/docs/config/

svn commit: r1094602 - /tomcat/trunk/webapps/docs/config/http.xml
(16 lines)
svn commit: r1094650 - in /tomcat/trunk/java/org/apache/catalina/users: AbstractGroup.java AbstractRole.java AbstractUser.java MemoryUser.java MemoryUserDatabase.java MemoryUserDatabaseFactory.java
(22 lines)
Apr 18, 2011
Markt
Markt
Author: markt
Date: Mon Apr 18 15:38:07 2011
New Revision: 1094621

URL: http://svn.apache.org/viewvc?rev=1094621&view=rev
Log:
Align connector implementations with documented default for processorCache

Modified:
    tomcat/trunk/java/org/apache/coyote/AbstractProtocolHandler.java
    tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
    tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
    tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/config/ajp.xml
    tomcat/trunk/webapps/docs/config/http.xml

Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocolHandler.java
URL:
http://svn.apache.org/viewvc/tomcat/t...621&view=diff

Reply
Tags: implementationsampapacheviewvc
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: 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: 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: 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: 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: r1037924 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http11/filte
November 22, 2010 04:45:28 PM
Author: kkolinko Date: Mon Nov 22 22:43:51 2010 New Revision: 1037924 URL: http://svn.apache.org/viewvc?rev=1037924&view=rev Log: Impose a limit on the total length of the trailing headers. Otherwise the ByteChunk buffer in the…
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: 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: 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: r1081882 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/
March 15, 2011 12:48:46 PM
Author: markt Date: Tue Mar 15 17:48:15 2011 New Revision: 1081882 URL: http://svn.apache.org/viewvc?rev=1081882&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50903 If a connector is stopped, not not process any…
svn commit: r1044727 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/
December 11, 2010 03:36:25 PM
Author: markt Date: Sat Dec 11 21:35:18 2010 New Revision: 1044727 URL: http://svn.apache.org/viewvc?rev=1044727&view=rev Log: o.a.tomcat.util.net should not depend on o.a.coyote Modified: …
svn commit: r1086950 - in /tomcat/trunk: java/org/apache/catalina/deploy/ webapps/docs/ webapps/docs
March 30, 2011 08:35:39 AM
Author: markt Date: Wed Mar 30 13:35:12 2011 New Revision: 1086950 URL: http://svn.apache.org/viewvc?rev=1086950&view=rev Log: Implment Filip's idea for a configurable close method 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: 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: r1063366 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/o
January 25, 2011 11:20:47 AM
Author: markt Date: Tue Jan 25 17:20:20 2011 New Revision: 1063366 URL: http://svn.apache.org/viewvc?rev=1063366&view=rev Log: Fix various odd behaviours seen with a debugger. Observed both multiple and zero (rather than 1) selection events…
svn commit: r988645 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProcessor.java java/o
August 24, 2010 01:14:30 PM
Author: markt Date: Tue Aug 24 18:12:51 2010 New Revision: 988645 URL: http://svn.apache.org/viewvc?rev=988645&view=rev Log: Fix some edge cases in the NIO connector when handling requests that are not received all at the same time and the…
svn commit: r1006358 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java java/
October 10, 2010 05:10:56 PM
Author: markt Date: Sun Oct 10 22:10:27 2010 New Revision: 1006358 URL: http://svn.apache.org/viewvc?rev=1006358&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50044 for APR connector 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…
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…
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…
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 |…
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?)…
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…
Using Google Docs as a database?
February 17, 2011
I would like to create a very simple PHP page for a site, which would show a timetable / calendar like data, where each slot would be either free or…
Email with google docs
January 26, 2011
i have a spreadsheet on google docs. one of the fields in the google docs is an EMAIL field. i need to be able to send the email to everyone on the…
Java/apache/tomcat
March 15, 2011
hi every one, how to connect tomcat with apache.
Help out a beginner with MySQL docs byte definitions
February 15, 2011
http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_inet-aton I want to store users IP's in numerical values in my db. The…
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…
Is it possible to include http headers in a google docs request?
April 14, 2011
Hi all. I am working on an Adnroid app that needs to read a remote pdf file and open it, I saw that google docs can do the conversion from pdf,…
Proxying Google Docs Viewer to enabled javascript print()
March 4, 2011
I'm trying to made a print button that will automatically print a PDF file. The problem is that printing PDF with javascript rely on Acrobat plugin…
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…
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…
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,…