Best unofficial Apache Server developers community |
| |||||
| Jul 12, 2011 | |||||
|
Markt |
|
||||
| Tags: | |||||
|
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: 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: r1137372 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java June 19, 2011 09:28:45 AM Author: rjung Date: Sun Jun 19 14:27:52 2011 New Revision: 1137372 URL: http://svn.apache.org/viewvc?rev=1137372&view=rev Log: No need to for addToPoller in APR HTTP. When returning SocketState.OPEN the socket is always added to the poller. … svn commit: r951101 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java June 3, 2010 01:28:58 PM Author: markt Date: Thu Jun 3 18:28:58 2010 New Revision: 951101 URL: http://svn.apache.org/viewvc?rev=951101&view=rev Log: Remove code duplication by used abstract base class Modified: … Re: svn commit: r1137638 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java H June 21, 2011 07:38:50 AM 2011/6/21 Mark Thomas <mar### @apache.org>: > On 21/06/2011 13:00, Konstantin Kolinko wrote: >> Why setting socket reference in InputBuffer and OutputBuffer is >> "unnecessary" here in async processing, but is still present for… svn commit: r1055938 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java webap January 6, 2011 11:03:13 AM Author: markt Date: Thu Jan 6 17:02:27 2011 New Revision: 1055938 URL: http://svn.apache.org/viewvc?rev=1055938&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47319 Don't return null for getRemoteHost() if the IP address… svn commit: r1137638 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http1 June 20, 2011 09:25:57 AM Author: markt Date: Mon Jun 20 14:24:19 2011 New Revision: 1137638 URL: http://svn.apache.org/viewvc?rev=1137638&view=rev Log: Remove unnecessary code. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java … svn commit: r1137440 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http1 June 19, 2011 04:16:08 PM Author: markt Date: Sun Jun 19 21:15:22 2011 New Revision: 1137440 URL: http://svn.apache.org/viewvc?rev=1137440&view=rev Log: Reset sendfile data in recycle method so prepareRequest can be pulled up Modified: … svn commit: r1124340 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http1 May 18, 2011 12:17:43 PM Author: markt Date: Wed May 18 17:16:26 2011 New Revision: 1124340 URL: http://svn.apache.org/viewvc?rev=1124340&view=rev Log: If an error status is set during async processing, don't drop the connection and let the async processing handle it … svn commit: r1132920 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java webap June 7, 2011 04:23:52 AM Author: markt Date: Tue Jun 7 09:22:44 2011 New Revision: 1132920 URL: http://svn.apache.org/viewvc?rev=1132920&view=rev Log: Revert r1132367. There is no issue. I got confused between AprEndpoint.SendfileData and NioEndpoint.SendfileData … svn commit: r1132217 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http1 June 5, 2011 04:03:46 AM Author: markt Date: Sun Jun 5 09:02:48 2011 New Revision: 1132217 URL: http://svn.apache.org/viewvc?rev=1132217&view=rev Log: Start to align the parseHost method across the Http11 processors Modified: … svn commit: r1132364 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http1 June 5, 2011 05:14:45 AM Author: markt Date: Sun Jun 5 10:14:15 2011 New Revision: 1132364 URL: http://svn.apache.org/viewvc?rev=1132364&view=rev Log: Reformat - no functional change. Just to aid comparison Modified: … svn commit: r1132360 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http1 June 5, 2011 05:04:36 AM Author: markt Date: Sun Jun 5 10:03:50 2011 New Revision: 1132360 URL: http://svn.apache.org/viewvc?rev=1132360&view=rev Log: Removed ssl attribute from NIO and APR to align with BIO Modified: … svn commit: r1132367 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java webap June 5, 2011 05:21:50 AM Author: markt Date: Sun Jun 5 10:21:25 2011 New Revision: 1132367 URL: http://svn.apache.org/viewvc?rev=1132367&view=rev Log: Correctly handle range requests when using sendfile and the APR/native HTTP connector. Modified: … svn commit: r998168 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Intern September 17, 2010 10:03:14 AM Author: markt Date: Fri Sep 17 15:02:45 2010 New Revision: 998168 URL: http://svn.apache.org/viewvc?rev=998168&view=rev Log: Misc Eclipse and FindBugs warnings Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java … svn commit: r1132356 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http1 June 5, 2011 04:44:19 AM Author: markt Date: Sun Jun 5 09:43:55 2011 New Revision: 1132356 URL: http://svn.apache.org/viewvc?rev=1132356&view=rev Log: Fully align parseHost - remove unnecessary code from BIO - improve comment for all Modified: … 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: 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: r1075606 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/ February 28, 2011 07:24:22 PM Author: markt Date: Tue Mar 1 01:23:31 2011 New Revision: 1075606 URL: http://svn.apache.org/viewvc?rev=1075606&view=rev Log: Revert SSL renegotiation for NIO - implementation is broken Reverts r1074675 and r1075030 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… 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… 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,… 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:… 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… 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 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.… 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… 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… 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… 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: Which Apache Digester Class? June 9, 2011 I'm supporting a web application / Java servlet that has been failing to start. The issue turns out to be a relatively straight-forward… Apache Ivy - How to build java project ? June 2, 2011 Hello, I am beginner to Apache Ivy. I need to build simple java project using same. How to build java project using Apache Ivy ? How to get start… | |||||