Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-22 Thread Huxing Zhang
+1 for non-binding. Testing environment: RHEL 6.2, JDK 1.7.0_67, tcnative 1.2.2, apr 1.5.2 Test results: All the test cases of BIO/NIO/NIO2/APR has successfully passed. Best Regards, Huxing Zhang -- From:Mark Thomas

Re: svn commit: r1715414 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/mapper/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/storeco

2015-11-22 Thread jean-frederic clere
On 11/22/2015 05:03 PM, Mark Thomas wrote: > I've fixed the digester rules in trunk so you shouldn't need your patch > any more. Thanks Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

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

2015-11-22 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio has an issue affecting its community integration.

[Bug 58635] New: Break point at java agent code is ignored during catalina.sh jpda run

2015-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58635 Bug ID: 58635 Summary: Break point at java agent code is ignored during catalina.sh jpda run Product: Tomcat 9 Version: 9.0.0.M1 Hardware: All OS: All

svn commit: r1715732 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java

2015-11-22 Thread jfclere
Author: jfclere Date: Mon Nov 23 06:43:01 2015 New Revision: 1715732 URL: http://svn.apache.org/viewvc?rev=1715732=rev Log: Add the JSSE one. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2015-11-22 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/651 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: svn commit: r1715633 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java webapps/docs/changelog.xml

2015-11-22 Thread Huxing Zhang
Hi fschumacher, Just a friendly reminder that I had a discussion with kkolinko about this before. I seems that it is better to explicitly define the default value rather than the Boolean.getBoolean syntactic sugar. private static final boolean onlyAttemptFirstLoader = -

[jira] [Commented] (MTOMCAT-276) Could not properly stop Tomcat when integration tests are failing

2015-11-22 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15021255#comment-15021255 ] Bruno P. Kinoshita commented on MTOMCAT-276: Had the same issue, was looking for the

svn commit: r1715633 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java webapps/docs/changelog.xml

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 15:28:55 2015 New Revision: 1715633 URL: http://svn.apache.org/viewvc?rev=1715633=rev Log: Correct evaluation of system property org.apache.tomcat.jdbc.pool.onlyAttemptCurrentClassLoader. It was basically ignored before. Reported by coverity scan. Modified:

svn commit: r1715636 - /tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

2015-11-22 Thread markt
Author: markt Date: Sun Nov 22 16:02:05 2015 New Revision: 1715636 URL: http://svn.apache.org/viewvc?rev=1715636=rev Log: Fix indent Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java URL:

svn commit: r1715642 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/StoreBase.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 16:08:45 2015 New Revision: 1715642 URL: http://svn.apache.org/viewvc?rev=1715642=rev Log: Javadoc changes. Markup changes and addition of return annotations. Merge r1715517 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1715641 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/PersistentManagerBase.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 16:07:44 2015 New Revision: 1715641 URL: http://svn.apache.org/viewvc?rev=1715641=rev Log: Remove parentheses around return values. Merge r1715515 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1715645 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/JDBCStore.java java/org/apache/catalina/session/StoreBase.java webapps/docs/changelog.xml

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 16:15:02 2015 New Revision: 1715645 URL: http://svn.apache.org/viewvc?rev=1715645=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=34319 It is not only inefficient memory wise to load all sessions in processExpire, it will put more pressure on the

svn commit: r1715634 - in /tomcat/tc8.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java webapps/docs/changelog.xml

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 15:32:35 2015 New Revision: 1715634 URL: http://svn.apache.org/viewvc?rev=1715634=rev Log: Correct evaluation of system property org.apache.tomcat.jdbc.pool.onlyAttemptCurrentClassLoader. It was basically ignored before. Reported by coverity scan. Merge

Re: svn commit: r1715414 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/mapper/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/storeco

2015-11-22 Thread jean-frederic clere
On 11/22/2015 01:25 PM, Mark Thomas wrote: > On 22 November 2015 10:40:07 GMT+00:00, jean-frederic clere > wrote: >> On 11/20/2015 09:28 PM, ma...@apache.org wrote: >>> -public void setContainer(Container container) { >>> -setContainer((Engine) container); >> >> >>

svn commit: r1715640 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/PersistentManagerBase.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 16:06:30 2015 New Revision: 1715640 URL: http://svn.apache.org/viewvc?rev=1715640=rev Log: javadoc changes. Markup changes and addition of return annotations. Merge r1715514 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1715639 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/JDBCStore.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 16:05:11 2015 New Revision: 1715639 URL: http://svn.apache.org/viewvc?rev=1715639=rev Log: return is not a function call, so don't use parentheses around return values. Merge r1715511-1715512 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props

svn commit: r1715644 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/StoreBase.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 16:11:17 2015 New Revision: 1715644 URL: http://svn.apache.org/viewvc?rev=1715644=rev Log: Move comment about protected methods to start of protected methods Merge r1715519 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1715638 - /tomcat/trunk/java/org/apache/catalina/startup/EngineRuleSet.java

2015-11-22 Thread markt
Author: markt Date: Sun Nov 22 16:02:51 2015 New Revision: 1715638 URL: http://svn.apache.org/viewvc?rev=1715638=rev Log: Service.setContainer() now expects an Engine Modified: tomcat/trunk/java/org/apache/catalina/startup/EngineRuleSet.java Modified:

svn commit: r1715637 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/JDBCStore.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 16:02:45 2015 New Revision: 1715637 URL: http://svn.apache.org/viewvc?rev=1715637=rev Log: Javadoc changes. Markup changes and addition of return annotations Merge r1715510 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

Re: svn commit: r1715414 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/mapper/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/storeco

2015-11-22 Thread Mark Thomas
On 22/11/2015 15:37, jean-frederic clere wrote: > On 11/22/2015 01:25 PM, Mark Thomas wrote: >> On 22 November 2015 10:40:07 GMT+00:00, jean-frederic clere >> wrote: >>> On 11/20/2015 09:28 PM, ma...@apache.org wrote: -public void setContainer(Container container) {

svn commit: r1715643 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/StoreBase.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 16:09:52 2015 New Revision: 1715643 URL: http://svn.apache.org/viewvc?rev=1715643=rev Log: Remove parentheses around return values Merge r1715518 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

Re: svn commit: r1715414 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/mapper/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/storeco

2015-11-22 Thread Mark Thomas
On 22 November 2015 10:40:07 GMT+00:00, jean-frederic clere wrote: >On 11/20/2015 09:28 PM, ma...@apache.org wrote: >> -public void setContainer(Container container) { >> -setContainer((Engine) container); > > >Hm does that explains why I get: >+++ >22-Nov-2015

Re: svn commit: r1715414 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/mapper/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/storeco

2015-11-22 Thread jean-frederic clere
On 11/20/2015 09:28 PM, ma...@apache.org wrote: > -public void setContainer(Container container) { > -setContainer((Engine) container); Hm does that explains why I get: +++ 22-Nov-2015 10:34:43.641 SEVERE [main] org.apache.tomcat.util.digester.Digester.endElement End event threw

[Bug 58634] New: SPBTV

2015-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58634 Bug ID: 58634 Summary: SPBTV Product: Tomcat Connectors Version: 1.2.41 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P2

Re: Adding CredentialHandler to ServletContext so applications can get to it

2015-11-22 Thread Christopher Schultz
Konstantin, On 11/21/15 10:07 AM, Konstantin Kolinko wrote: > 2015-11-20 15:47 GMT+03:00 Christopher Schultz : >> All, >> >> I thought there was a BZ issue for this, but I didn't find one. It's >> been suggested (and I agree completely) that an application ought to

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

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 19:38:36 2015 New Revision: 1715682 URL: http://svn.apache.org/viewvc?rev=1715682=rev Log: Add changelog entry for integer overflow fixes. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

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

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 19:47:50 2015 New Revision: 1715683 URL: http://svn.apache.org/viewvc?rev=1715683=rev Log: Add changelog entries for integer overflow fixes. Merge r1715682 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

ServletRequest getParameter, getInputStream, getReader

2015-11-22 Thread Roel Storms
Hello, I am working on a Valve that does some integrity checking on HTTP requests (the details aren't important) where I need this valve to have access to the HTTP request body as well. I used request.getInputStream to fetch the data. However when a web application makes use of my valve, the

svn commit: r1715685 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 19:52:18 2015 New Revision: 1715685 URL: http://svn.apache.org/viewvc?rev=1715685=rev Log: Add changelog entries for integer overflow fixes. Merge r1715683 from /tomcat/tc8.0.x/trunk (merged from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/ (props

buildbot success in ASF Buildbot on tomcat-trunk

2015-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/650 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-11-22 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/183 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 58634] SPBTV

2015-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58634 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58634] SPBTV

2015-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58634 Chuck Caldarale changed: What|Removed |Added Attachment #33287|Logo|spam

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-11-22 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/181 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: svn commit: r1715661 - in /tomcat/trunk: java/org/apache/catalina/ha/session/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/

2015-11-22 Thread Mark Thomas
On 22/11/2015 17:53, Felix Schumacher wrote: > Hi all, > > do I have to add a changelog entry for such a trivial change? Up to you. I'd lean towards yes rather than no. With trivial stuff like this I try and do a bunch of them at once and then lump them together under a single changelog entry.

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

2015-11-22 Thread Bill Barker
/daemon/dist/bin/commons-daemon-20151122-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20151122.jar -Dcommons-daemon.native.src.tgz

buildbot success in ASF Buildbot on tomcat-7-trunk

2015-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/182 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-11-22 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/286 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1715652 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/PersistentManagerBase.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:14:36 2015 New Revision: 1715652 URL: http://svn.apache.org/viewvc?rev=1715652=rev Log: javadoc changes. Markup changes and addition of return annotations. Merge r1715640 from /tomcat/tc8.0.x/trunk (merged r1715514 from /tomcat/trunk) Modified:

svn commit: r1715655 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/StoreBase.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:20:14 2015 New Revision: 1715655 URL: http://svn.apache.org/viewvc?rev=1715655=rev Log: Javadoc changes. Markup changes and addition of return annotations. Merge r1715642 from /tomcat/tc8.0.x/trunk (merged r1715517 from /tomcat/trunk) Modified:

svn commit: r1715668 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:50:27 2015 New Revision: 1715668 URL: http://svn.apache.org/viewvc?rev=1715668=rev Log: Fix potential integer overflow. Reported by coverity scan. Merge r1715667 from /tomcat/tc8.0.x/trunk (merged r1715661 from /tomcat/trunk) Modified:

svn commit: r1715667 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ha/session/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:48:52 2015 New Revision: 1715667 URL: http://svn.apache.org/viewvc?rev=1715667=rev Log: Fix potential integer overflow. Reported by coverity scan. Merge r1715661 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

Re: svn commit: r1715661 - in /tomcat/trunk: java/org/apache/catalina/ha/session/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/

2015-11-22 Thread Felix Schumacher
Hi all, do I have to add a changelog entry for such a trivial change? Regards, Felix Am 22.11.2015 um 18:31 schrieb fschumac...@apache.org: Author: fschumacher Date: Sun Nov 22 17:31:30 2015 New Revision: 1715661 URL: http://svn.apache.org/viewvc?rev=1715661=rev Log: Fix potential integer

svn commit: r1715651 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/JDBCStore.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:11:41 2015 New Revision: 1715651 URL: http://svn.apache.org/viewvc?rev=1715651=rev Log: return is not a function call, so don't use parentheses around return values. Merge r1715639 from /tomcat/tc8.0.x/trunk (merged r1715511-r1715512 from /tomcat/trunk)

svn commit: r1715657 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/StoreBase.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:24:37 2015 New Revision: 1715657 URL: http://svn.apache.org/viewvc?rev=1715657=rev Log: Move comment about protected methods to start of protected methods Merge r1715644 from /tomcat/tc8.0.x/trunk (merged r1715519 from /tomcat/trunk) Modified:

svn commit: r1715661 - in /tomcat/trunk: java/org/apache/catalina/ha/session/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:31:30 2015 New Revision: 1715661 URL: http://svn.apache.org/viewvc?rev=1715661=rev Log: Fix potential integer overflow. Reported by coverity scan. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

[Bug 58623] WebSocket client should handle 302 redirect

2015-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58623 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57767] Websocket client proprietary configuration

2015-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Mark Thomas changed: What|Removed |Added CC||ma...@apache.org ---

svn commit: r1715650 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/JDBCStore.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:08:22 2015 New Revision: 1715650 URL: http://svn.apache.org/viewvc?rev=1715650=rev Log: Javadoc changes. Markup changes and addition of return annotations Merge r1715637 from /tomcat/tc8.0.x/trunk (merged r1715510 from /tomcat/trunk) Modified:

svn commit: r1715656 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/StoreBase.java

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:22:58 2015 New Revision: 1715656 URL: http://svn.apache.org/viewvc?rev=1715656=rev Log: Remove parentheses around return values Merge r1715643 from /tomcat/tc8.0.x/trunk (merged r1715518 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1715666 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/JDBCStore.java java/org/apache/catalina/session/StoreBase.java webapps/docs/changelog.xml

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 17:47:16 2015 New Revision: 1715666 URL: http://svn.apache.org/viewvc?rev=1715666=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=34319 It is not only inefficient memory wise to load all sessions in processExpire, it will put more pressure on the

buildbot failure in ASF Buildbot on tomcat-trunk

2015-11-22 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/649 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1715693 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2015-11-22 Thread fschumacher
Author: fschumacher Date: Sun Nov 22 20:42:09 2015 New Revision: 1715693 URL: http://svn.apache.org/viewvc?rev=1715693=rev Log: Correct markup of changelog.xml. Followup to r1715685. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified:

Re: ServletRequest getParameter, getInputStream, getReader

2015-11-22 Thread Mark Thomas
This belongs on the users list, not the dev list. Mark On 22/11/2015 19:49, Roel Storms wrote: > Hello, > > I am working on a Valve that does some integrity checking on HTTP requests > (the details aren't important) where I need this valve to have access to > the HTTP request body as well. I

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/287 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot success in ASF Buildbot on tomcat-7-trunk

2015-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/184 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The