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

2016-02-01 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160201.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

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

2016-02-01 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160201.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

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

2016-02-01 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160201.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

[Bug 58905] Fix Tomcat.silence() to silence the correct logger and to respect defaults

2016-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58905 --- Comment #2 from Mark Thomas --- Fixed in 8.0.x for 8.0.32 onwards. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: de

svn commit: r1728028 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Tue Feb 2 00:36:07 2016 New Revision: 1728028 URL: http://svn.apache.org/viewvc?rev=1728028&view=rev Log: Ensure that Tomcat.silence() silences the correct logger and respects the current setting. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk

[Bug 58827] Review/remove references to JSR77 StateManageable

2016-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58827 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1728027 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ webapps/docs/ webapps/docs/funcspecs/

2016-02-01 Thread markt
Author: markt Date: Tue Feb 2 00:32:42 2016 New Revision: 1728027 URL: http://svn.apache.org/viewvc?rev=1728027&view=rev Log: Deprecate what is left of the JSR-77 implementation. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/Standard

[VOTE] Release Apache Tomcat 9.0.0.M3

2016-02-01 Thread Mark Thomas
The proposed Apache Tomcat 9.0.0.M3 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP 2.4, EL 3.1 or WebSocket 1.2/2.0 The major changes comp

Re: svn commit: r1727992 - in /tomcat/trunk: java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2016-02-01 Thread Mark Thomas
On 01/02/2016 23:46, Rémy Maucherat wrote: > 2016-02-01 20:47 GMT+01:00 : > >> Author: markt >> Date: Mon Feb 1 19:47:13 2016 >> New Revision: 1727992 >> >> URL: http://svn.apache.org/viewvc?rev=1727992&view=rev >> Log: >> Fix a consistent unit test failure on OSX (no idea why it started to >> ap

Re: svn commit: r1727992 - in /tomcat/trunk: java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2016-02-01 Thread Rémy Maucherat
2016-02-01 20:47 GMT+01:00 : > Author: markt > Date: Mon Feb 1 19:47:13 2016 > New Revision: 1727992 > > URL: http://svn.apache.org/viewvc?rev=1727992&view=rev > Log: > Fix a consistent unit test failure on OSX (no idea why it started to > appear now) > Handle the case where the required TLS buff

svn commit: r12153 [1/2] - in /dev/tomcat/tomcat-9/v9.0.0.M3: ./ bin/ bin/embed/ bin/extras/ src/

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 21:25:41 2016 New Revision: 12153 Log: Upload 9.0.0.M3 for voting Added: dev/tomcat/tomcat-9/v9.0.0.M3/ dev/tomcat/tomcat-9/v9.0.0.M3/KEYS (with props) dev/tomcat/tomcat-9/v9.0.0.M3/README.html (with props) dev/tomcat/tomcat-9/v9.0.0.M3/RELEASE-N

svn commit: r12153 [2/2] - in /dev/tomcat/tomcat-9/v9.0.0.M3: ./ bin/ bin/embed/ bin/extras/ src/

2016-02-01 Thread markt
Added: dev/tomcat/tomcat-9/v9.0.0.M3/bin/extras/tomcat-juli-adapters.jar.asc == --- dev/tomcat/tomcat-9/v9.0.0.M3/bin/extras/tomcat-juli-adapters.jar.asc (added) +++ dev/tomcat/tomcat-9/v9.0.0.M3/bin/extras/tomcat-juli-ada

svn commit: r12152 - /dev/tomcat/tomcat-9/v9.0.0.M2/

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 21:09:13 2016 New Revision: 12152 Log: Drop 9.0.0.M2 Removed: dev/tomcat/tomcat-9/v9.0.0.M2/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h.

svn commit: r1728005 - in /tomcat/tags/TOMCAT_9_0_0_M3: ./ build.properties.default webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 20:51:24 2016 New Revision: 1728005 URL: http://svn.apache.org/viewvc?rev=1728005&view=rev Log: Tag 9.0.0.M3 Added: tomcat/tags/TOMCAT_9_0_0_M3/ - copied from r1727998, tomcat/trunk/ Modified: tomcat/tags/TOMCAT_9_0_0_M3/build.properties.default to

Re: CoyoteAdapter

2016-02-01 Thread Roel Storms
To much C++ development, got confused about the scope of protected. In C++ this scope is the class and all sub-classes. Not the package. Thanks for refreshing my mind! 2016-01-31 16:14 GMT+01:00 Alexis Hassler : > Hi Roel, > > Both classes are in the same package. That means that they're allowed

Re: Request

2016-02-01 Thread Roel Storms
Dear Konstantin, I am indeed talking about org.apache.catalina.connector.Request. HttpServletRequest is an interface that we expose to Servlets. However there is no interface that exposes everything necessary for Tomcat to work. Therefor Tomcat is using the Request class as the type of the paramet

svn commit: r1727992 - in /tomcat/trunk: java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 19:47:13 2016 New Revision: 1727992 URL: http://svn.apache.org/viewvc?rev=1727992&view=rev Log: Fix a consistent unit test failure on OSX (no idea why it started to appear now) Handle the case where the required TLS buffer increases after the connection has been ini

svn commit: r1727989 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 19:20:29 2016 New Revision: 1727989 URL: http://svn.apache.org/viewvc?rev=1727989&view=rev Log: Format. No functional change. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Sec

[VOTE] Release Apache Tomcat 6.0.45

2016-02-01 Thread jean-frederic clere
The proposed Apache Tomcat 6.0.45 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.45/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1061/ The svn tag is: http://svn.apache.org/

svn commit: r12124 - in /dev/tomcat/tomcat-6/v6.0.45: ./ bin/ bin/extras/ src/

2016-02-01 Thread jfclere
Author: jfclere Date: Mon Feb 1 18:15:17 2016 New Revision: 12124 Log: Stage 6.0.45 Added: dev/tomcat/tomcat-6/v6.0.45/ dev/tomcat/tomcat-6/v6.0.45/KEYS dev/tomcat/tomcat-6/v6.0.45/README.html dev/tomcat/tomcat-6/v6.0.45/RELEASE-NOTES dev/tomcat/tomcat-6/v6.0.45/bin/ dev/

svn commit: r1727983 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_45/

2016-02-01 Thread jfclere
Author: jfclere Date: Mon Feb 1 18:07:14 2016 New Revision: 1727983 URL: http://svn.apache.org/viewvc?rev=1727983&view=rev Log: Tag 6.0.45 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_45/ (props changed) - copied from r1727982, tomcat/tc6.0.x/trunk/ Propchange: tomcat/tc6.0.x/tags/TOMCAT_6

svn commit: r1727982 - /tomcat/tc6.0.x/trunk/build.properties.default

2016-02-01 Thread jfclere
Author: jfclere Date: Mon Feb 1 18:05:06 2016 New Revision: 1727982 URL: http://svn.apache.org/viewvc?rev=1727982&view=rev Log: ready for 6.0.45 Modified: tomcat/tc6.0.x/trunk/build.properties.default Modified: tomcat/tc6.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc

[Bug 58481] JAX WS Request fails with "Premature end of file"

2016-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481 --- Comment #7 from Jesse --- We seem to be experiencing possibly the same issue. However our case, the parse error was not always at [row,col]:[1,1] (although some times its was) and many times occurred later in the message. We observed this

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

2016-02-01 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160201.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

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

2016-02-01 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160201.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2016-02-01 Thread Matthias Hryniszak (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126255#comment-15126255 ] Matthias Hryniszak commented on MTOMCAT-263: It's been quite a while since th

svn commit: r1727935 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketBufferHandler.java

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 13:38:27 2016 New Revision: 1727935 URL: http://svn.apache.org/viewvc?rev=1727935&view=rev Log: Remove unnecessary method calls Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketBufferHandler.java Modified: tomcat/trunk/java/org/apache/tomcat/util/ne

buildbot success in on tomcat-trunk

2016-02-01 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1004 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1727930 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 12:53:41 2016 New Revision: 1727930 URL: http://svn.apache.org/viewvc?rev=1727930&view=rev Log: Fix copy/paste error Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioCha

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

2016-02-01 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160201.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

[Bug 58827] Review/remove references to JSR77 StateManageable

2016-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58827 --- Comment #3 from Mark Thomas --- The remains of the JSR-77 implementation have been removed from 9.0.x. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1727918 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/core/StandardWrapper.java java/org/apache/catalina/core/mbeans-descriptors.xml weba

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 11:11:36 2016 New Revision: 1727918 URL: http://svn.apache.org/viewvc?rev=1727918&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58827 Remove what is left of the JSR-77 implementation. Modified: tomcat/trunk/java/org/apache/catalina/core/Standa

svn commit: r1727917 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/core/StandardWrapper.java java/org/apache/catalina/core/mbeans-descriptors.xml weba

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 11:07:20 2016 New Revision: 1727917 URL: http://svn.apache.org/viewvc?rev=1727917&view=rev Log: Deprecate what is left of the JSR-77 implementation. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trunk/java/org/apache/catali

[Bug 58905] Fix Tomcat.silence() to silence the correct logger and to respect defaults

2016-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58905 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas ---

svn commit: r1727914 - in /tomcat/trunk: java/org/apache/catalina/startup/Tomcat.java webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 10:45:15 2016 New Revision: 1727914 URL: http://svn.apache.org/viewvc?rev=1727914&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58905 Ensure that Tomcat.silence() silences the correct logger and respects the current setting. Modified: tomcat/

buildbot failure in on tomcat-8-trunk

2016-02-01 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/432 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

[Bug 58946] ApplicationHttpRequest should enforce immutability of ParameterMap

2016-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58946 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1727905 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java test/org/apache/catalina/core/TestApplicationHttpRequest.java webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 09:42:09 2016 New Revision: 1727905 URL: http://svn.apache.org/viewvc?rev=1727905&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58946 Ensure that the request parameter map remains immutable when processing via a RequestDispatcher. Modified: t

buildbot failure in on tomcat-trunk

2016-02-01 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1003 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1727904 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/util/ParameterMap.java

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 09:35:47 2016 New Revision: 1727904 URL: http://svn.apache.org/viewvc?rev=1727904&view=rev Log: Align with 7.0.x implementation - add generics - add @Override - fix Javadoc typos - improve whitespace Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/util/P

svn commit: r1727903 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java test/org/apache/catalina/core/TestApplicationHttpRequest.java webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 09:29:00 2016 New Revision: 1727903 URL: http://svn.apache.org/viewvc?rev=1727903&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58946 Ensure that the request parameter map remains immutable when processing via a RequestDispatcher. Modified: t

svn commit: r1727902 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 09:22:36 2016 New Revision: 1727902 URL: http://svn.apache.org/viewvc?rev=1727902&view=rev Log: 8.0.31 was not released Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.o

svn commit: r1727901 - /tomcat/trunk/webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 09:22:06 2016 New Revision: 1727901 URL: http://svn.apache.org/viewvc?rev=1727901&view=rev Log: 9.0.0.M2 was not released Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomc

svn commit: r1727900 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java test/org/apache/catalina/core/TestApplicationHttpRequest.java webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 09:21:35 2016 New Revision: 1727900 URL: http://svn.apache.org/viewvc?rev=1727900&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58946 Ensure that the request parameter map remains immutable when processing via a RequestDispatcher. Modified: t

svn commit: r1727899 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationHttpRequest.java test/org/apache/catalina/core/TestApplicationHttpRequest.java webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 09:20:09 2016 New Revision: 1727899 URL: http://svn.apache.org/viewvc?rev=1727899&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58946 Ensure that the request parameter map remains immutable when processing via a RequestDispatcher. Modified: t

svn commit: r1727898 - /tomcat/trunk/webapps/docs/changelog.xml

2016-02-01 Thread markt
Author: markt Date: Mon Feb 1 09:19:15 2016 New Revision: 1727898 URL: http://svn.apache.org/viewvc?rev=1727898&view=rev Log: Tidy up changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

[Bug 58646] NullPointerException in InternalNioOutputBuffer

2016-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #19 from Mark Thoma