[Bug 56148] support (multiple) ocsp stapling

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56148 Ralf Hauser changed: What|Removed |Added CC||hau...@acm.org --- Comment #2 from Ralf

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Keiichi Fujino
2015-10-26 23:35 GMT+09:00 Mark Thomas : > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Welcome! > Regards, > > Mark > > -

[Bug 58486] JreMemoryLeakPreventionListener: initialize two further JRE classes

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58486 --- Comment #4 from Luke Woodward --- (In reply to Konstantin Kolinko from comment #3) > I raised this issue with Apache Xerces, > https://issues.apache.org/jira/browse/XERCESJ-1667 > > > (In reply to Luke Woodward from comment #0) > > > > I

Re: svn commit: r1710618 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SecureNio2Channel.java openssl/OpenSSLEngine.java

2015-10-26 Thread Rémy Maucherat
2015-10-26 20:50 GMT+01:00 Mark Thomas : > On 26/10/2015 08:10, r...@apache.org wrote: > > Author: remm > > Date: Mon Oct 26 15:10:53 2015 > > New Revision: 1710618 > > > > URL: http://svn.apache.org/viewvc?rev=1710618&view=rev > > Log: > > - Fix capacity check algorithm (overflow isn't the right

[Bug 58544] RequestDumperFilter contentLength inefficiently creating Integer

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58544 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1710699 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/RequestDumperFilter.java java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/changelog.xml

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 21:07:03 2015 New Revision: 1710699 URL: http://svn.apache.org/viewvc?rev=1710699&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 58544 Merged revision 1710689 from tomcat/trunk: Use Integer.toString(int) instead of Integer.valueOf(int).toS

svn commit: r1710697 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/RequestDumperFilter.java java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/changelog.xml

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 20:59:23 2015 New Revision: 1710697 URL: http://svn.apache.org/viewvc?rev=1710697&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 58544 Merged revision 1710689 from tomcat/trunk: Use Integer.toString(int) instead of Integer.valueOf(int).toS

svn propchange: r1710689 - svn:log

2015-10-26 Thread violetagg
Author: violetagg Revision: 1710689 Modified property: svn:log Modified: svn:log at Mon Oct 26 20:46:06 2015 -- --- svn:log (original) +++ svn:log Mon Oct 26 20:46:06 2015 @@ -1,2 +1,2 @@ -Fix https://bz.apache.org/bugzill

svn commit: r1710689 - in /tomcat/trunk/java/org/apache/catalina: filters/RequestDumperFilter.java servlets/CGIServlet.java

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 20:39:29 2015 New Revision: 1710689 URL: http://svn.apache.org/viewvc?rev=1710689&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58544,58541 Use Integer.toString(int) instead of Integer.valueOf(int).toString() when only a string representation

[Bug 58554] New: Cannot output html from jsp files inside of lambdas

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58554 Bug ID: 58554 Summary: Cannot output html from jsp files inside of lambdas Product: Tomcat 8 Version: 8.0.26 Hardware: PC OS: Windows NT Status: NEW Sev

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-10-26 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/202 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

Re: svn commit: r1710618 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SecureNio2Channel.java openssl/OpenSSLEngine.java

2015-10-26 Thread Mark Thomas
On 26/10/2015 08:10, r...@apache.org wrote: > Author: remm > Date: Mon Oct 26 15:10:53 2015 > New Revision: 1710618 > > URL: http://svn.apache.org/viewvc?rev=1710618&view=rev > Log: > - Fix capacity check algorithm (overflow isn't the right result in that case). > - Unwrap first in NIO2 and wait f

Re: [VOTE] Release Apache Tomcat Native 1.2.0

2015-10-26 Thread Mark Thomas
Ping. Currently this release only has two votes. 9.0.x requires a 1.2.x tcnative so this is currently blocking any work on a 9.0.0.RC1 release. Additional testing and votes would be very welcome. Thanks in advance, Mark On 22/10/2015 07:22, Rémy Maucherat wrote: > 2015-10-22 12:47 GMT+02:00 M

svn commit: r1710682 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/naming/resources/EmptyDirContext.java java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/websocket/WsRemoteEndp

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 19:19:49 2015 New Revision: 1710682 URL: http://svn.apache.org/viewvc?rev=1710682&view=rev Log: Merged revision 1710676 from tomcat/trunk: Some of the inner classes are made static. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/j

svn commit: r1710679 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/xmlparser/XMLEncodingDetector.java java/org/apache/tomcat/util/net/AprEndpoint.java

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 19:07:33 2015 New Revision: 1710679 URL: http://svn.apache.org/viewvc?rev=1710679&view=rev Log: Merged revision 1710676 from tomcat/trunk: Some of the inner classes are made static. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/

svn propchange: r1710676 - svn:log

2015-10-26 Thread violetagg
Author: violetagg Revision: 1710676 Modified property: svn:log Modified: svn:log at Mon Oct 26 18:55:34 2015 -- --- svn:log (original) +++ svn:log Mon Oct 26 18:55:34 2015 @@ -1,2 +1 @@ -Fix https://bz.apache.org/bugzilla/

svn commit: r1710676 - in /tomcat/trunk/java/org/apache: jasper/xmlparser/XMLEncodingDetector.java tomcat/util/net/AprEndpoint.java tomcat/util/net/Nio2Endpoint.java

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 18:54:07 2015 New Revision: 1710676 URL: http://svn.apache.org/viewvc?rev=1710676&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58537 Some of the inner classes are made static. Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/XMLEnc

RE: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Konstantin Preißer
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, October 26, 2015 3:36 PM > > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him.

[Bug 58551] Support plain and ssl on the same port

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58551 --- Comment #4 from romain.manni-bucau --- @Mark: doesnt change the fact you still have a single port to bind and can need both (internal vs external for a trivial sample). Also several cloud providers are exposing tomcat directly whatever you

[Bug 58551] Support plain and ssl on the same port

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58551 --- Comment #3 from Mark Thomas --- Given that user agents are written on the basis of different default ports for HTTP and HTTP I don't see this causing anything but problems for end users. Regarding cloud providers I'd be surprised if any we

[Bug 58551] Support plain and ssl on the same port

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58551 --- Comment #2 from romain.manni-bucau --- Here is the interest then ;) In embedded mode it would be very fancy, in particularly since embedded tomcat supports a single port and also cause cloud providers allows most of the time a single port

[Bug 58545] WsHandshakeRequest inefficient use of keySet

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58545 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1710660 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/realm/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/websocket/server/ webapps/doc

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 17:32:48 2015 New Revision: 1710660 URL: http://svn.apache.org/viewvc?rev=1710660&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58545 Merged revision 1710632 from tomcat/trunk: Use entrySet() instead of keySet() when one need to obtain the valu

[Bug 58551] Support plain and ssl on the same port

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58551 --- Comment #1 from Remy Maucherat --- There has never been any interest in Tomcat to add "port unification", and now that unencrypted is going to be on the decline, it is even less likely this feature would be accepted. -- You are receiving

svn commit: r1710659 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/realm/ java/org/apache/jasper/compiler/ java/org/apache/tomcat/websocket/server/ webapps/doc

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 17:10:49 2015 New Revision: 1710659 URL: http://svn.apache.org/viewvc?rev=1710659&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58545 Merged revision 1710632 from tomcat/trunk: Use entrySet() instead of keySet() when one need to obtain the valu

[Bug 58551] New: Support plain and ssl on the same port

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58551 Bug ID: 58551 Summary: Support plain and ssl on the same port Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW Severity: enhance

[Bug 57799] MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 --- Comment #21 from Remy Maucherat --- This could use another trunk retest. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-ma

svn commit: r1710650 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java

2015-10-26 Thread remm
Author: remm Date: Mon Oct 26 16:23:48 2015 New Revision: 1710650 URL: http://svn.apache.org/viewvc?rev=1710650&view=rev Log: Cleanup the unwrap algorithm. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java Modified: tomcat/trunk/java/org/apache/tomcat/util/ne

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Christopher Schultz
All, On 10/26/15 10:35 AM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. When it rains (committers), it pours! Welcome! -chris --

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Felix Schumacher
Am 26. Oktober 2015 15:35:52 MEZ, schrieb Mark Thomas : >On behalf of the Tomcat committers I am pleased to announce that >Martin Grigorov (mgrigorov) has been voted in as a new Tomcat >committer. > >Please join me in welcoming him. Congrats! Felix > >Regards, > >Mark > >

svn commit: r1710632 - in /tomcat/trunk/java/org/apache: catalina/core/ApplicationHttpRequest.java catalina/core/StandardContext.java catalina/realm/JNDIRealm.java jasper/compiler/TagFileProcessor.jav

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 15:41:58 2015 New Revision: 1710632 URL: http://svn.apache.org/viewvc?rev=1710632&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58545 Use entrySet() instead of keySet() when one need to obtain the value for a corresponding key. Based on a patc

svn commit: r1710630 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java

2015-10-26 Thread remm
Author: remm Date: Mon Oct 26 15:36:24 2015 New Revision: 1710630 URL: http://svn.apache.org/viewvc?rev=1710630&view=rev Log: Check capacity first (you never know ...). Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java Modified: tomcat/trunk/java/org/apache/t

svn commit: r1710628 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java

2015-10-26 Thread remm
Author: remm Date: Mon Oct 26 15:24:26 2015 New Revision: 1710628 URL: http://svn.apache.org/viewvc?rev=1710628&view=rev Log: Add a heuristic for NIO2 to avoid a useless SSL engine call on every read: if the previous read filled out the socket input buffer, try to unwrap first (it is most likely

svn commit: r1710618 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SecureNio2Channel.java openssl/OpenSSLEngine.java

2015-10-26 Thread remm
Author: remm Date: Mon Oct 26 15:10:53 2015 New Revision: 1710618 URL: http://svn.apache.org/viewvc?rev=1710618&view=rev Log: - Fix capacity check algorithm (overflow isn't the right result in that case). - Unwrap first in NIO2 and wait for an explicit underflow to read on the socket (I'll test a

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Rainer Jung
Hi Martin, Am 26.10.2015 um 15:35 schrieb Mark Thomas: On behalf of the Tomcat committers I am pleased to announce that Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. Please join me in welcoming him. Long time no hear. Nice having you around here! Regards, Rainer

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Maxim Solodovnik
Congrats Martin! On Mon, Oct 26, 2015 at 8:35 PM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Regards, > > Mark > > --

[ANN] New committer: Martin Grigorov

2015-10-26 Thread Mark Thomas
On behalf of the Tomcat committers I am pleased to announce that Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. Please join me in welcoming him. Regards, Mark - To unsubscribe, e-mail: dev-unsubscr...@

svn commit: r1710608 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SecureNio2Channel.java openssl/OpenSSLEngine.java

2015-10-26 Thread remm
Author: remm Date: Mon Oct 26 14:33:49 2015 New Revision: 1710608 URL: http://svn.apache.org/viewvc?rev=1710608&view=rev Log: - Remove unwrap loop (that would have to be replicated across all unwrap codes in NIO and NIO2; I did still get some amount of timeouts in my testing - since the fix only

Re: [ANN] New committer: Ognjen Blagojevic

2015-10-26 Thread Christopher Schultz
All, On 10/24/15 9:58 AM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Ognjen Blagojevic (ognjen) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. Great to have you. -chris -

buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-10-26 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/200 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

[Bug 56777] Allow configuration resources to be loaded from places other than straight off the filesystem

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 --- Comment #16 from Huxing Zhang --- (In reply to Violeta Georgieva from comment #15) > (In reply to Huxing Zhang from comment #14) > > Created attachment 33220 [details] > > patch that also avoid bug 58518 > > > > Well, since Mark has alread

svn commit: r1710580 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2015-10-26 Thread kkolinko
Author: kkolinko Date: Mon Oct 26 11:57:04 2015 New Revision: 1710580 URL: http://svn.apache.org/viewvc?rev=1710580&view=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Simplify implementation to avoid unnecessary boxing/unboxing and align with Tomcat 8. Backport of r1710578 fro

svn commit: r1710578 - in /tomcat/tc8.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2015-10-26 Thread kkolinko
Author: kkolinko Date: Mon Oct 26 11:45:32 2015 New Revision: 1710578 URL: http://svn.apache.org/viewvc?rev=1710578&view=rev Log: Mark helper method as static. Merged r1710577 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/

svn commit: r1710577 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2015-10-26 Thread kkolinko
Author: kkolinko Date: Mon Oct 26 11:44:06 2015 New Revision: 1710577 URL: http://svn.apache.org/viewvc?rev=1710577&view=rev Log: Mark helper method as static. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java Modified: tomc

svn commit: r1710576 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.java

2015-10-26 Thread kkolinko
Author: kkolinko Date: Mon Oct 26 11:41:42 2015 New Revision: 1710576 URL: http://svn.apache.org/viewvc?rev=1710576&view=rev Log: Fix broken test. Merged r1710574 from tomcat/tc8.0.x/trunk. Class.getDeclaredConstructors() is documented to return them in an arbitrary order, so asking for 2nd elem

svn commit: r1710574 - in /tomcat/tc8.0.x/trunk: ./ modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.java

2015-10-26 Thread kkolinko
Author: kkolinko Date: Mon Oct 26 11:38:57 2015 New Revision: 1710574 URL: http://svn.apache.org/viewvc?rev=1710574&view=rev Log: Fix broken test. Merged r1710571 from tomcat/trunk. Class.getDeclaredConstructors() is documented to return them in an arbitrary order, so asking for 2nd element in t

svn commit: r1710571 - /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.java

2015-10-26 Thread kkolinko
Author: kkolinko Date: Mon Oct 26 11:27:06 2015 New Revision: 1710571 URL: http://svn.apache.org/viewvc?rev=1710571&view=rev Log: Fix broken test. Class.getDeclaredConstructors() is documented to return them in an arbitrary order, so asking for 2nd element in that array is wrong. It failed when

Re: CSRF prevention filter for REST

2015-10-26 Thread Violeta Georgieva
Hi, 2015-10-14 21:39 GMT+03:00 Violeta Georgieva : > > Hi, > > I would like to provide such a filter as part of the default Tomcat filters [1]. > My plan is to extract the common functionality from the current CsrfPreventionFIlter in a base class and then to use this functionality in both CsrfPrev

[Bug 58540] Request setCharacterEncoding has unused code

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58540 --- Comment #2 from Konstantin Kolinko --- (In reply to Anthony Whitford from comment #0) > The 'buffer' variable is unused and can be removed. (I suspect it is a > remnant of some past code.) Thanks for noting. As a historic reference: the

svn propchange: r1710523 - svn:log

2015-10-26 Thread kkolinko
Author: kkolinko Revision: 1710523 Modified property: svn:log Modified: svn:log at Mon Oct 26 09:32:50 2015 -- --- svn:log (original) +++ svn:log Mon Oct 26 09:32:50 2015 @@ -1 +1,2 @@ +Fix https://bz.apache.org/bugzilla/s

[Bug 56777] Allow configuration resources to be loaded from places other than straight off the filesystem

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 --- Comment #15 from Violeta Georgieva --- (In reply to Huxing Zhang from comment #14) > Created attachment 33220 [details] > patch that also avoid bug 58518 > > Well, since Mark has already fixed bug 58518, I have also back ported this > fix

[Bug 58546] SecureNio2Channel inner class GatherState should be static

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58546 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1710529 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/net/SecureNio2Channel.java webapps/docs/changelog.xml

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 08:24:16 2015 New Revision: 1710529 URL: http://svn.apache.org/viewvc?rev=1710529&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58546 SecureNio2Channel inner class GatherState is made static. Patch provided by Anthony Whitford. Modified:

[Bug 58540] Request setCharacterEncoding has unused code

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58540 Violeta Georgieva changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

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

2015-10-26 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151026-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20151026/lib -Dt

svn commit: r1710526 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 08:13:06 2015 New Revision: 1710526 URL: http://svn.apache.org/viewvc?rev=1710526&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58540 Merged revision 1710523 from tomcat/trunk: Remove unused code. Patch provided by Anthony Whitford. Modified:

svn commit: r1710524 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 08:10:54 2015 New Revision: 1710524 URL: http://svn.apache.org/viewvc?rev=1710524&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58540 Merged revision 1710523 from tomcat/trunk: Remove unused code. Patch provided by Anthony Whitford. Modified:

svn commit: r1710523 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 08:06:54 2015 New Revision: 1710523 URL: http://svn.apache.org/viewvc?rev=1710523&view=rev Log: Remove unused code. Patch provided by Anthony Whitford. Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java Modified: tomcat/trunk/java/org/ap

[Bug 56777] Allow configuration resources to be loaded from places other than straight off the filesystem

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 --- Comment #14 from Huxing Zhang --- Created attachment 33220 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33220&action=edit patch that also avoid bug 58518 Well, since Mark has already fixed bug 58518, I have also back ported this

[Bug 58537] ExtendedAccessLogValve inner AccessLogElement classes can be static

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58537 Violeta Georgieva changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1710520 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ExtendedAccessLogValve.java webapps/docs/changelog.xml

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 07:41:49 2015 New Revision: 1710520 URL: http://svn.apache.org/viewvc?rev=1710520&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58537 Merged revision 1710517 from tomcat/trunk: ExtendedAccessLogValve inner AccessLogElement classes are made stat

svn commit: r1710519 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/ExtendedAccessLogValve.java webapps/docs/changelog.xml

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 07:39:17 2015 New Revision: 1710519 URL: http://svn.apache.org/viewvc?rev=1710519&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58537 Merged revision 1710517 from tomcat/trunk: ExtendedAccessLogValve inner AccessLogElement classes are made stat

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

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 07:33:27 2015 New Revision: 1710518 URL: http://svn.apache.org/viewvc?rev=1710518&view=rev Log: rev 1710447 Remove some extra bits in the changelog that are obsolete. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/w

svn commit: r1710517 - /tomcat/trunk/java/org/apache/catalina/valves/ExtendedAccessLogValve.java

2015-10-26 Thread violetagg
Author: violetagg Date: Mon Oct 26 07:22:55 2015 New Revision: 1710517 URL: http://svn.apache.org/viewvc?rev=1710517&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58537 ExtendedAccessLogValve inner AccessLogElement classes are made static. Patch provided by Anthony Whitford. M