On 07/07/2012 14:58, Mark Thomas wrote:
> On 06/07/2012 17:35, Filip Hanik (mailing lists) wrote:
>> Turning on Java 7 does change the test landscape.
>> Right now, I can get the test suite to run fine on Java 6, but lots of
>> errors on Java 7
>
> Hmm. Not good (that it worked with Java 6 but no
Author: markt
Date: Sat Jul 7 15:32:14 2012
New Revision: 718
Log:
Clean up
Removed:
release/tomcat/tomcat-7/v7.0.27/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@to
Author: markt
Date: Sat Jul 7 15:32:14 2012
New Revision: 718
Log:
Clean up
Removed:
release/tomcat/tomcat-7/v7.0.27/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@to
Author: markt
Date: Sat Jul 7 15:31:49 2012
New Revision: 717
Log:
Release 7.0.29
Added:
release/tomcat/tomcat-7/v7.0.29/
- copied from r716, dev/tomcat/tomcat-7/v7.0.29/
Removed:
dev/tomcat/tomcat-7/v7.0.29/
-
T
Author: markt
Date: Sat Jul 7 15:31:49 2012
New Revision: 717
Log:
Release 7.0.29
Added:
release/tomcat/tomcat-7/v7.0.29/
- copied from r716, dev/tomcat/tomcat-7/v7.0.29/
Removed:
dev/tomcat/tomcat-7/v7.0.29/
-
T
The votes were as follows:
+1 (binding): markt, mturk, olamy, kkolinko
+1 (non-binding): kfujino
There were no other votes.
The vote therefore passes.
I'll move the bits to /dist and announce once the mirrors have updated.
Mark
-
Author: markt
Date: Sat Jul 7 18:47:12 2012
New Revision: 1358618
URL: http://svn.apache.org/viewvc?rev=1358618&view=rev
Log:
Revert accidental deletion
Added:
tomcat/trunk/res/ide-support/eclipse/start-tomcat.launch
- copied unchanged from r1358612,
tomcat/trunk/res/ide-support/eclip
Author: markt
Date: Sat Jul 7 18:44:54 2012
New Revision: 1358617
URL: http://svn.apache.org/viewvc?rev=1358617&view=rev
Log:
Cannot set traffic class on a socket returned from accept().
On Java 6 it is always ignored.
On Java 7 BIO ignores it, NIO throws an Exception
Modified:
tomcat/tc7.0.
On 07/07/2012 19:33, ma...@apache.org wrote:
> Author: markt
> Date: Sat Jul 7 18:33:16 2012
> New Revision: 1358613
>
> URL: http://svn.apache.org/viewvc?rev=1358613&view=rev
> Log:
> Cannot set traffic class on a socket returned from accept().
> On Java 6 it is always ignored.
> On Java 7 BIO i
Author: markt
Date: Sat Jul 7 18:39:48 2012
New Revision: 1358615
URL: http://svn.apache.org/viewvc?rev=1358615&view=rev
Log:
Further testing shows that this has no affect for BIO for a socket returned via
accept()
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/
Author: markt
Date: Sat Jul 7 18:33:16 2012
New Revision: 1358613
URL: http://svn.apache.org/viewvc?rev=1358613&view=rev
Log:
Cannot set traffic class on a socket returned from accept().
On Java 6 it is always ignored.
On Java 7 BIO ignores it, NIO throws an Exception
Removed:
tomcat/trunk/r
Author: markt
Date: Sat Jul 7 18:30:50 2012
New Revision: 1358612
URL: http://svn.apache.org/viewvc?rev=1358612&view=rev
Log:
Further testing shows that this has no affect for BIO for a socket returned via
accept()
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/BioRece
https://issues.apache.org/bugzilla/show_bug.cgi?id=53367
monteslu changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
Author: markt
Date: Sat Jul 7 15:27:33 2012
New Revision: 1358591
URL: http://svn.apache.org/viewvc?rev=1358591&view=rev
Log:
Java 7 throws an exception when a socket option cannot be set.
Move option setting to before connection is completed since at least one option
(traffic class) can not be
Author: markt
Date: Sat Jul 7 15:26:51 2012
New Revision: 1358590
URL: http://svn.apache.org/viewvc?rev=1358590&view=rev
Log:
Note soTrafficClass is ignored for nio
Modified:
tomcat/trunk/webapps/docs/config/cluster-receiver.xml
Modified: tomcat/trunk/webapps/docs/config/cluster-receiver.xm
Author: markt
Date: Sat Jul 7 15:09:10 2012
New Revision: 1358586
URL: http://svn.apache.org/viewvc?rev=1358586&view=rev
Log:
Java 7 throws an exception when a socket option cannot be set.
Move option setting to before connection is completed since at least one option
(traffic class) can not be
On 06/07/2012 17:35, Filip Hanik (mailing lists) wrote:
> Turning on Java 7 does change the test landscape.
> Right now, I can get the test suite to run fine on Java 6, but lots of errors
> on Java 7
Hmm. Not good (that it worked with Java 6 but not Java 7).
I've tracked down the first of these
Author: markt
Date: Sat Jul 7 13:02:37 2012
New Revision: 1358560
URL: http://svn.apache.org/viewvc?rev=1358560&view=rev
Log:
Fix checkstyle errors
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
tomcat/trunk/java/org/apache/coyote/Response.java
tomcat/tr
18 matches
Mail list logo