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: 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: 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: 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: 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: 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: 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: 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: r1038202 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/o November 23, 2010 10:59:29 AM Author: markt Date: Tue Nov 23 16:57:47 2010 New Revision: 1038202 URL: http://svn.apache.org/viewvc?rev=1038202&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50207 Modified: … 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: … 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: 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: 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: 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: 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: 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: 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… 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.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:… 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… 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… 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… 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:… 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.… 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… 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 =… 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… Error in Catalina.out: java.util.zip.ZipException: error in opening zip file and java.lang.IllegalArgumentException March 30, 2011 Hello everyone, I got this error in catalina.out when my display.war file executed on Tomcat. The error is shown below: Mar 30, 2011 8:01:31 PM… Java and SSL - java.security.NoSuchAlgorithmException June 15, 2011 I've built a Java program as a front end for a database on a server, and I'm trying to use SSL to encrypt traffic between clients and the server.… | |||