Best unofficial Apache Server developers community |
| |||||
| Jan 28, 2012 | |||||
|
Markt |
|
||||
| Tags: | |||||
|
svn commit: r1237155 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java January 28, 2012 02:29:43 PM Author: markt Date: Sat Jan 28 20:28:57 2012 New Revision: 1237155 URL: http://svn.apache.org/viewvc?rev=1237155&view=rev Log: Re-ordering. Align recycle() and nextRequest() Modified: … svn commit: r1237154 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java January 28, 2012 02:29:04 PM Author: markt Date: Sat Jan 28 20:28:18 2012 New Revision: 1237154 URL: http://svn.apache.org/viewvc?rev=1237154&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52547 Ensure byteCount is reset at the end of a HTTP 1.0… svn commit: r1237156 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractOutputBuffer.java Int January 28, 2012 02:30:00 PM Author: markt Date: Sat Jan 28 20:29:37 2012 New Revision: 1237156 URL: http://svn.apache.org/viewvc?rev=1237156&view=rev Log: Refactor to reduce duplicate code Modified: … svn commit: r1237146 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractOutputBuffer.java Loc January 28, 2012 01:41:33 PM 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… 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: 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: 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: 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: 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: 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: r1196231 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/ webapps/docs/ November 1, 2011 02:29:58 PM 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… 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: 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: r1094621 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http11/ weba April 18, 2011 10:38:37 AM 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: … 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: 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: … 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: … 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: 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… 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:… 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… 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… 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… 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,… 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… 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:… 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.… 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… BlazeDS, Flex, and Java - Can I treat a RemoteObject like an instance of the Java class? January 25, 2011 I'm sorry if this question is a bit obvious, but I'm new to BlazeDS and can't seem to find an answer. I'm running Java on a BlazeDS server with a… Java.sql.SQLException MESSAGE: Communication link failure: java.io.EOFException, underlying cause: null March 26, 2011 Connection was closed due to the following exception: ** BEGIN NESTED EXCEPTION ** java.sql.SQLException MESSAGE: Communication link failure:… Java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.misc) May 30, 2011 hi fellas , so my hosting company changed their service to tomcat 7 with security manager, and from that time on i am getting this exception every… 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… How to run this .java file in a web-app as a solo java application just to test it ? March 16, 2011 package database; import java.io.IOException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import… Java code for migration of java db to mysql db June 13, 2011 I have an application which is for doing db migration from java db to my sql.i want to know the code for this.am using netbeans.how directly migrate… How to use local IP address on a java.net.URLConnection in Java April 28, 2011 Hello, I want to use different IP addresses, which are available on my server with java.net.URLConnection, but when I try to use Proxy proxyObj =… | |||||