Best unofficial Apache Server developers community |
| |||||
| Jun 17, 2011 | |||||
|
Markt |
|
||||
| Tags: | |||||
|
svn commit: r1043425 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java December 8, 2010 08:09:54 AM Author: markt Date: Wed Dec 8 14:09:26 2010 New Revision: 1043425 URL: http://svn.apache.org/viewvc?rev=1043425&view=rev Log: Align BIO+JSSE with NIO+JSSE Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java … svn commit: r1071614 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java February 17, 2011 08:05:06 AM Author: markt Date: Thu Feb 17 14:04:37 2011 New Revision: 1071614 URL: http://svn.apache.org/viewvc?rev=1071614&view=rev Log: Remove unnecessary code. I don't see a code path that could result in the socket being in the map at this point … 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: 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: r1071617 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java February 17, 2011 08:12:11 AM Author: markt Date: Thu Feb 17 14:11:41 2011 New Revision: 1071617 URL: http://svn.apache.org/viewvc?rev=1071617&view=rev Log: Remove unnecessary code. I don't see a code path that could result in the socket being in the map at this point … svn commit: r1005458 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpAprProtocol.java AjpProtocol. October 7, 2010 09:21:57 AM Author: markt Date: Thu Oct 7 14:21:11 2010 New Revision: 1005458 URL: http://svn.apache.org/viewvc?rev=1005458&view=rev Log: Fix import order Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java … svn commit: r1042696 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpAprProtocol.java AjpProtocol. December 6, 2010 10:05:22 AM Author: markt Date: Mon Dec 6 16:04:33 2010 New Revision: 1042696 URL: http://svn.apache.org/viewvc?rev=1042696&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java … 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: … svn commit: r1074675 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/ February 25, 2011 01:19:38 PM Author: markt Date: Fri Feb 25 19:19:13 2011 New Revision: 1074675 URL: http://svn.apache.org/viewvc?rev=1074675&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49284 Support SSL re-negotiation in the HTTP NIO connector… 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: 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: 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: 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: 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: 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: 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: 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: 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:… 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… 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.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:… 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… 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:… 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… 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… 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 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.… Bug in java.util.regex in sun jdk 6.0.24 ? May 17, 2011 The following code blocks on my system. Why? System.out.println( Pattern.compile( "^((?:[^'\"][^'\"]*|\"[^\"]*\"|'[^']*')*)/\\*.*?\\*/(.*)$",… Java.util.regex January 18, 2011 can anyone explain to me how to identify using regexes any string that contains for example a single P character in it? Could yo also explain how… Looking for a drop-in replacement for a java.util.Map January 18, 2011 Problem Following up on this question , it seems that a file- or disk-based Map implementation may be the right solution to the problems I mentioned… Tomcat java php May 24, 2011 I want to use tomcat tomcat, java & php altogether. I am able to run Hello World program. But now, my java program creates a text file and write… Java ssl tomcat March 11, 2011 I have a SSL certificate how can i use and configure with my tomcat ? Java EE SDK instead of Tomcat? April 14, 2011 I learned that Servlet reference implementation is included in the Java EE SDK. And Tomcat is a open source implementation of it. Can I use Java EE… Java.util.regex.PatternSyntaxException on Android June 16, 2011 I am getting a java.util.regex.PatternSyntaxException when trying to call string.split() with the regex (?<=}),(?=\\{) against a string such as… | |||||