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

2015-03-06 Thread Bill Barker
-commons/daemon/dist/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

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

2015-03-06 Thread Bill Barker
it/target/junit-4.13-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.

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

2015-03-06 Thread Bill Barker
e/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 -Dexampl

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

2015-03-06 Thread Bill Barker
-commons/daemon/dist/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

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

2015-03-06 Thread Bill Barker
it/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 -Dexamples.sources.skip=

[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=diff&rev1=2&rev2=3 * Java 8 * TLS_ECDHE_RSA_WITH_AES_12

[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 changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

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 secon

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 secon

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: tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.jav

[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 --- (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. > The IAE is triggered

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

[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 --- 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 final Buffer limit(int ne

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 > https://bz.apache.org/bugz

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 Mar

Re: Time for 7.0.60

2015-03-06 Thread Konstantin Kolinko
2015-03-05 22:39 GMT+03:00 Violeta Georgieva : > 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 for Tomcat 6 i

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 void write(ByteBuffer[] srcs, int offset, int

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 > 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 = >> FileSystems.ge

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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. Mo

Re: WAR FileSystem for fast nested JAR access?

2015-03-06 Thread Jeremy Boynes
On Mar 4, 2015, at 9:09 AM, Jeremy Boynes 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 = FileSystems.getDefault().getPath(“real/path/of/application.war”);

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 onc

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: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.jav

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 void write(ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A atta

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 ClassLoader

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 wrote: > > On 20/02/2015 16:01, Konstantin Kolinko wrote: >> 2015-02-20 18:39 GMT+03:00 Jeremy Boynes : >>> The following vote were cast: >>> >>> Binding: >>> +1: jboynes, kkolinko, kfujino >>> >>> The vote therefore passes. > > Actually, it doesn't. At

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: tomcat/trunk/java/org/apache/tomcat/util/net/A

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 : >> 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.or

[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=diff&rev1=1&rev2=2 Comment: Add Tomcat 7 and 8 results. Tweak the Java 8 ci

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 : > 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 wit

[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: = T

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

2015-03-06 Thread Bill Barker
tgz=/srv/gump/public/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

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

2015-03-06 Thread Bill Barker
it/target/junit-4.13-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.

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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

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

2015-03-06 Thread Bill Barker
it/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 -Dexampl

[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=diff&rev1=19&rev2=20 1. [[#Q11|How can I restrict the list of ciphers used for H

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 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 find som

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 : >> 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 PMC.

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 remov

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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) tomcat/

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 *org.apache.naming.r

[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

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

2015-03-06 Thread Bill Barker
ump/public/workspace/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-201503