Replacing tcnative java classes by svn:externals?

2011-08-06 Thread Rainer Jung
We still have copies of the tcnative Java classes inside tcnative at tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni The maintained classes are in tomcat/trunk/java/org/apache/tomcat/jni and the two copies slowly drift away from each other. I suggest we remove tomcat/native/branches/1.1.

Re: Replacing tcnative java classes by svn:externals?

2011-08-06 Thread Mark Thomas
On 06/08/2011 19:51, Rainer Jung wrote: > Anything I have overlooked? Tagging. If you use an external, you have to be very careful creating tags else the contents of the tag will appear to change over time. Mark - To unsubscrib

svn commit: r1154571 - /tomcat/trunk/java/javax/servlet/jsp/tagext/TagLibraryInfo.java

2011-08-06 Thread markt
Author: markt Date: Sat Aug 6 19:24:49 2011 New Revision: 1154571 URL: http://svn.apache.org/viewvc?rev=1154571&view=rev Log: Remove error message since a) it is provides very little / no useful information and b) writing to stderr is just plain wrong. Modified: tomcat/trunk/java/javax/serv

svn commit: r1154574 - in /tomcat/trunk: java/org/apache/juli/DateFormatCache.java java/org/apache/juli/FileHandler.java res/findbugs/filter-false-positives.xml webapps/docs/changelog.xml

2011-08-06 Thread markt
Author: markt Date: Sat Aug 6 20:00:39 2011 New Revision: 1154574 URL: http://svn.apache.org/viewvc?rev=1154574&view=rev Log: Fix a small number of warnings reported by FindBugs. Modified: tomcat/trunk/java/org/apache/juli/DateFormatCache.java tomcat/trunk/java/org/apache/juli/FileHandle

svn commit: r1154575 - in /tomcat/trunk/java/org/apache: catalina/tribes/ catalina/tribes/transport/ tomcat/util/ tomcat/util/bcel/classfile/ tomcat/util/digester/ tomcat/util/http/fileupload/ tomcat/

2011-08-06 Thread markt
Author: markt Date: Sat Aug 6 20:19:29 2011 New Revision: 1154575 URL: http://svn.apache.org/viewvc?rev=1154575&view=rev Log: Missing @Override markers Modified: tomcat/trunk/java/org/apache/catalina/tribes/MessageListener.java tomcat/trunk/java/org/apache/catalina/tribes/transport/Multi

svn commit: r1154579 - in /tomcat/trunk/java/org/apache/jasper/compiler: JspUtil.java PageDataImpl.java Validator.java

2011-08-06 Thread markt
Author: markt Date: Sat Aug 6 20:28:35 2011 New Revision: 1154579 URL: http://svn.apache.org/viewvc?rev=1154579&view=rev Log: Fix some false npe warnings Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java tomcat/trunk/java/org/apache/jasper/compiler/PageDataImpl.java

svn commit: r1154583 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11NioProcessor.java Http11Processor.java

2011-08-06 Thread markt
Author: markt Date: Sat Aug 6 20:49:52 2011 New Revision: 1154583 URL: http://svn.apache.org/viewvc?rev=1154583&view=rev Log: Start to align process method Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java tomcat/trunk/java/org/apache/coyote/http11/Http11NioPro

svn commit: r1154584 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2011-08-06 Thread markt
Author: markt Date: Sat Aug 6 20:56:54 2011 New Revision: 1154584 URL: http://svn.apache.org/viewvc?rev=1154584&view=rev Log: Align HTTP NIO with BIO and APR and hold a reference to the socket wrapper not the raw socket in the Processor. Modified: tomcat/trunk/java/org/apache/coyote/http11/

svn commit: r1154586 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11NioProcessor.java

2011-08-06 Thread markt
Author: markt Date: Sat Aug 6 20:58:51 2011 New Revision: 1154586 URL: http://svn.apache.org/viewvc?rev=1154586&view=rev Log: Rename socket -> socketWrapper Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java tomcat/trunk/java/org/apache/coyote/http11/Http11NioPr

DO NOT REPLY [Bug 51630] New: java.lang.IllegalStateException: Calling [asyncComplete()]

2011-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51630 Bug #: 51630 Summary: java.lang.IllegalStateException: Calling [asyncComplete()] Product: Tomcat 7 Version: 7.0.19 Platform: PC OS/Version: Windows XP