[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2015-03-06 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2015-03-06 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-03-06 Thread Bill Barker
-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz -Dexamples.sources.skip=true

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2015-03-06 Thread Bill Barker
/bin/commons-daemon-20150306-native-src.tar.gz -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat

Re: Missing package org.apache.naming.resources from Tomcat 8.0.20

2015-03-06 Thread Thusitha Thilina Dayaratne
Hi Mark, Thanks for pointing out and sorry for the mistake. Regards /Thusitha On Fri, Mar 6, 2015 at 2:30 PM, Mark Thomas ma...@apache.org wrote: On 06/03/2015 08:49, Thusitha Thilina Dayaratne wrote: Hi, I'm trying to migrate a tomcat 7 project to tomcat 8. While doing so I wanted to

[Bug 57670] New: Question about javaEncoding of a generated-from-jsp java file

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57670 Bug ID: 57670 Summary: Question about javaEncoding of a generated-from-jsp java file Product: Tomcat 7 Version: unspecified Hardware: PC OS: Linux

svn commit: r1664659 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-03-06 Thread markt
Author: markt Date: Fri Mar 6 15:35:41 2015 New Revision: 1664659 URL: http://svn.apache.org/r1664659 Log: Code formatting. Consistency with AJP Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified:

svn commit: r1664657 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

2015-03-06 Thread markt
Author: markt Date: Fri Mar 6 15:35:21 2015 New Revision: 1664657 URL: http://svn.apache.org/r1664657 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 Ensure that asyncStateMachine.asyncOperation() is only called during async processing. It was possible that this would be called

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1664650 - in /tomcat/sandbox/niofs: ./ src/ src/niofs/ tst/ tst/data/ tst/niofs/

2015-03-06 Thread jboynes
Author: jboynes Date: Fri Mar 6 15:13:33 2015 New Revision: 1664650 URL: http://svn.apache.org/r1664650 Log: Sample code for a NIO2 Filesystem that supports nested archives. Access using the Files API is supported (albeit crudely). Still need to figure out URIs, URLs, and a Path-based

[Tomcat Wiki] Update of Security/Ciphers by markt

2015-03-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Security/Ciphers page has been changed by markt: https://wiki.apache.org/tomcat/Security/Ciphers Comment: Create page with results for current Tomcat 6 (6.0.44-dev) New page: = TLS

svn commit: r1664661 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/ajp/AbstractAjpProcessor.java java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2015-03-06 Thread markt
Author: markt Date: Fri Mar 6 15:40:15 2015 New Revision: 1664661 URL: http://svn.apache.org/r1664661 Log: Ensure that asyncStateMachine.asyncOperation() is only called during async processing. It was possible that this would be called once async processing had completed, triggering an ISE.

Re: [VOTE][RESULT] Release Apache Taglibs 1.2.3

2015-03-06 Thread Jeremy Boynes
On Mar 6, 2015, at 1:06 AM, Mark Thomas ma...@apache.org wrote: On 20/02/2015 16:01, Konstantin Kolinko wrote: 2015-02-20 18:39 GMT+03:00 Jeremy Boynes jboy...@apache.org: The following vote were cast: Binding: +1: jboynes, kkolinko, kfujino The vote therefore passes. Actually, it

Scatter / gather

2015-03-06 Thread Rémy Maucherat
Hi (Mark - nobody else will care I suppose), Since the SocketWrapperBase has been neatly factored away, I think scatter gather NIO2 style calls should be added to it for future use. - public A void write(ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A

Re: WAR FileSystem for fast nested JAR access?

2015-03-06 Thread Jeremy Boynes
On Mar 4, 2015, at 9:09 AM, Jeremy Boynes jboy...@apache.org wrote: My suggestion for using an NIO2 FileSystem is because its API provides for nesting and for random access to the entries in the filesystem. Something like: Path war =

svn commit: r1664599 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-03-06 Thread markt
Author: markt Date: Fri Mar 6 12:21:57 2015 New Revision: 1664599 URL: http://svn.apache.org/r1664599 Log: Exclude cipher suites that use RSA key exchange. The remaining ciphers (with Java 8 at least) all then support forward secrecy. Modified:

Re: [Tomcat Wiki] Update of Security/Ciphers by markt

2015-03-06 Thread Mark Thomas
On 06/03/2015 11:57, Konstantin Kolinko wrote: 2015-03-06 14:46 GMT+03:00 Apache Wiki wikidi...@apache.org: Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Security/Ciphers page has been changed by markt:

[Tomcat Wiki] Update of Security/Ciphers by markt

2015-03-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Security/Ciphers page has been changed by markt: https://wiki.apache.org/tomcat/Security/Ciphers?action=diffrev1=1rev2=2 Comment: Add Tomcat 7 and 8 results. Tweak the Java 8 cipher

Re: WAR FileSystem for fast nested JAR access?

2015-03-06 Thread Mark Thomas
On 06/03/2015 15:30, Jeremy Boynes wrote: On Mar 4, 2015, at 9:09 AM, Jeremy Boynes jboy...@apache.org wrote: My suggestion for using an NIO2 FileSystem is because its API provides for nesting and for random access to the entries in the filesystem. Something like: Path war =

Re: Time for 7.0.60

2015-03-06 Thread Christopher Schultz
Violetta, On 3/5/15 2:39 PM, Violeta Georgieva wrote: I plan to start preparing 7.0.60 for voting. If you want to add something to this release please reply here. I'd like for someone to take a look at https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 I'm out of my element. Perhaps Mark,

Re: Time for 7.0.60

2015-03-06 Thread Mark Thomas
On 06/03/2015 17:20, Christopher Schultz wrote: Violetta, On 3/5/15 2:39 PM, Violeta Georgieva wrote: I plan to start preparing 7.0.60 for voting. If you want to add something to this release please reply here. I'd like for someone to take a look at

Re: Scatter / gather

2015-03-06 Thread Mark Thomas
On 06/03/2015 15:14, Rémy Maucherat wrote: Hi (Mark - nobody else will care I suppose), Since the SocketWrapperBase has been neatly factored away, I think scatter gather NIO2 style calls should be added to it for future use. - public A void write(ByteBuffer[] srcs, int offset, int

Re: Time for 7.0.60

2015-03-06 Thread Konstantin Kolinko
2015-03-05 22:39 GMT+03:00 Violeta Georgieva violet...@apache.org: Hi, I plan to start preparing 7.0.60 for voting. If you want to add something to this release please reply here. Testing the examples app with Security Manager enabled 1) JSPs using JSTL fail, in the same way as I mentioned

Re: Missing package org.apache.naming.resources from Tomcat 8.0.20

2015-03-06 Thread Mark Thomas
On 06/03/2015 08:49, Thusitha Thilina Dayaratne wrote: Hi, I'm trying to migrate a tomcat 7 project to tomcat 8. While doing so I wanted to find some classes (DirContextURLStreamHandler) resided in *org.apache.naming.resources *in tomcat7. But it seems that that package have been removed

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-03-06 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz -Dexamples.sources.skip=true

[Bug 57670] Question about javaEncoding of a generated-from-jsp java file

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57670 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Tomcat Wiki] Update of Security/Ciphers by markt

2015-03-06 Thread Konstantin Kolinko
2015-03-06 14:46 GMT+03:00 Apache Wiki wikidi...@apache.org: Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Security/Ciphers page has been changed by markt: https://wiki.apache.org/tomcat/Security/Ciphers Comment: Create

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2015-03-06 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar

[Tomcat Wiki] Update of FAQ/Security by markt

2015-03-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The FAQ/Security page has been changed by markt: https://wiki.apache.org/tomcat/FAQ/Security?action=diffrev1=19rev2=20 1. [[#Q11|How can I restrict the list of ciphers used for

Re: [VOTE][RESULT] Release Apache Taglibs 1.2.3

2015-03-06 Thread Mark Thomas
On 20/02/2015 16:01, Konstantin Kolinko wrote: 2015-02-20 18:39 GMT+03:00 Jeremy Boynes jboy...@apache.org: The following vote were cast: Binding: +1: jboynes, kkolinko, kfujino The vote therefore passes. Actually, it doesn't. At the time of this vote jboynes was not a member of the Tomcat

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2015-03-06 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump

[Bug 57638] IllegalArgumentException in AjpNioProcessor when packetSize 8192

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com --- What version the stacktrace is from? at java.nio.Buffer.limit(Buffer.java:275) The line matches Java 8u31 sources. The IAE is triggered by the following check: [[[ public

Re: Time for 7.0.60

2015-03-06 Thread Christopher Schultz
Mark, On 3/6/15 12:25 PM, Mark Thomas wrote: On 06/03/2015 17:20, Christopher Schultz wrote: Violetta, On 3/5/15 2:39 PM, Violeta Georgieva wrote: I plan to start preparing 7.0.60 for voting. If you want to add something to this release please reply here. I'd like for someone to take a

[Bug 57638] IllegalArgumentException in AjpNioProcessor when packetSize 8192

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 --- Comment #2 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Konstantin Kolinko from comment #1) What version the stacktrace is from? at java.nio.Buffer.limit(Buffer.java:275) The line matches Java 8u31 sources.

svn commit: r1664708 - /tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java

2015-03-06 Thread markt
Author: markt Date: Fri Mar 6 19:29:09 2015 New Revision: 1664708 URL: http://svn.apache.org/r1664708 Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java Modified:

svn commit: r1664710 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java compiler/TagLibraryInfoImpl.java

2015-03-06 Thread markt
Author: markt Date: Fri Mar 6 19:31:55 2015 New Revision: 1664710 URL: http://svn.apache.org/r1664710 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57627 Correctly determine last modified times for dependencies when a tag file packaged in a JAR depends on a tag file packaged in a

svn commit: r1664711 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/JspCompilationContext.java java/org/apache/jasper/compiler/TagLibraryInfoImpl.java webapps/docs/changelog.xml

2015-03-06 Thread markt
Author: markt Date: Fri Mar 6 19:33:53 2015 New Revision: 1664711 URL: http://svn.apache.org/r1664711 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57627 Correctly determine last modified times for dependencies when a tag file packaged in a JAR depends on a tag file packaged in a

[Bug 57627] JSP recompilation process confused when tags refer to other tags

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57627 Mark Thomas ma...@apache.org changed: What|Removed |Added Resolution|--- |FIXED

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2015-03-06 Thread Bill Barker
/bin/commons-daemon-20150306-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2015-03-06 Thread Bill Barker
/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150306-native-src.tar.gz

[maven-tomcat-plugin] Tomcat 8 Support?

2015-03-06 Thread Franken, Arne
Hi, Is there a plan to release a version of the maven-tomcat-plugin with Tomcat 8 support? Couldn't find announcements / discussions in the mailing lists or the Jira project. Cheers, Arne

Missing package org.apache.naming.resources from Tomcat 8.0.20

2015-03-06 Thread Thusitha Thilina Dayaratne
Hi, I'm trying to migrate a tomcat 7 project to tomcat 8. While doing so I wanted to find some classes (DirContextURLStreamHandler) resided in *org.apache.naming.resources *in tomcat7. But it seems that that package have been removed from Tomcat 8. Can someone tell me is that

svn commit: r1664564 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2015-03-06 Thread markt
Author: markt Date: Fri Mar 6 08:55:34 2015 New Revision: 1664564 URL: http://svn.apache.org/r1664564 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57659 Restore ability to include javascript files via the DefaultServlet Modified: tomcat/tc6.0.x/trunk/ (props changed)

[Bug 57659] Change to mime mapping breaks the ability to include javascript files

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57659 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Tomcat Wiki] Update of Security/Ciphers by ChristopherSchultz

2015-03-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Security/Ciphers page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/Security/Ciphers?action=diffrev1=2rev2=3 * Java 8 *