Re: svn commit: r1659296 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-12 Thread Mark Thomas
On 12/02/2015 17:29, Rainer Jung wrote: Am 12.02.2015 um 17:55 schrieb Konstantin Kolinko: 2015-02-12 19:08 GMT+03:00 ma...@apache.org: Author: markt Date: Thu Feb 12 16:08:33 2015 New Revision: 1659296 URL: http://svn.apache.org/r1659296 Log: Update proposal Modified:

svn commit: r1659350 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 18:28:33 2015 New Revision: 1659350 URL: http://svn.apache.org/r1659350 Log: Fix name Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1659382 - in /tomcat/trunk/java/org/apache: catalina/core/AprLifecycleListener.java catalina/core/LocalStrings.properties tomcat/jni/Library.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 19:59:10 2015 New Revision: 1659382 URL: http://svn.apache.org/r1659382 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load. Based on a patch by Pravallika

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

2015-02-12 Thread Rainer Jung
Am 12.02.2015 um 11:48 schrieb Rainer Jung: Am 12.02.2015 um 08:55 schrieb Bill Barker: The jvm crashes here: [junit] # C [libcrypto.so.1.1.0+0x14fef9] EVP_add_cipher+0x9 I wonder whether we really want to build and test against OpenSSL master. The 1.0.2 branch would be more stable.

svn commit: r1659387 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/jni/Library.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 20:04:02 2015 New Revision: 1659387 URL: http://svn.apache.org/r1659387 Log: Clean-up Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/jni/Library.java Propchange: tomcat/tc7.0.x/trunk/

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

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 20:03:29 2015 New Revision: 1659386 URL: http://svn.apache.org/r1659386 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load. Based on a patch by Pravallika

svn commit: r1659384 - /tomcat/trunk/java/org/apache/tomcat/jni/LibraryNotFoundError.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 20:01:54 2015 New Revision: 1659384 URL: http://svn.apache.org/r1659384 Log: Add new file missed in r1659382 Added: tomcat/trunk/java/org/apache/tomcat/jni/LibraryNotFoundError.java (with props) Added:

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

2015-02-12 Thread Stefan Bodewig
On 2015-02-12, Rainer Jung wrote: Am 12.02.2015 um 11:48 schrieb Rainer Jung: Am 12.02.2015 um 08:55 schrieb Bill Barker: The jvm crashes here: [junit] # C [libcrypto.so.1.1.0+0x14fef9] EVP_add_cipher+0x9 I wonder whether we really want to build and test against OpenSSL master.

svn commit: r1659383 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/jni/Library.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 20:00:39 2015 New Revision: 1659383 URL: http://svn.apache.org/r1659383 Log: Clean up Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/jni/Library.java Propchange: tomcat/tc8.0.x/trunk/

svn commit: r1659388 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/tomcat/jni/ webapps/docs/

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 20:04:53 2015 New Revision: 1659388 URL: http://svn.apache.org/r1659388 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load. Based on a patch by Pravallika

[Bug 57021] Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #10 from Mark Thomas ma...@apache.org --- Some further feedback 1. Indents should be with 4 spaces not tabs. 2. In LibraryNotFoundError libraryName is better than nameOfLibrary 3. Improvement B requested name*s* of the

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

2015-02-12 Thread Stefan Bodewig
On 2015-02-12, Stefan Bodewig wrote: The git element inside module supports a branch attribute. It's just not documented (yet). Oh, it even is http://gump.apache.org/metadata/module.html#git :-) Cheers Stefan - To

[Bug 57021] Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-02-12 Thread Bill Barker
/commons-daemon-20150212-native-src.tar.gz -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150212-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps

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

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

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

2015-02-12 Thread Rainer Jung
Am 12.02.2015 um 08:55 schrieb Bill Barker: The jvm crashes here: [junit] # C [libcrypto.so.1.1.0+0x14fef9] EVP_add_cipher+0x9 I wonder whether we really want to build and test against OpenSSL master. The 1.0.2 branch would be more stable. I think best would be building TC 8 and

svn commit: r1659184 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 09:47:14 2015 New Revision: 1659184 URL: http://svn.apache.org/r1659184 Log: Fix FindBugs warnings re possible Logger configuration loss Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified:

svn commit: r1659235 - in /tomcat/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 12:12:51 2015 New Revision: 1659235 URL: http://svn.apache.org/r1659235 Log: Additional debug logging targeted at current Gump failures on trunk Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

svn commit: r1659216 - /tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 10:42:41 2015 New Revision: 1659216 URL: http://svn.apache.org/r1659216 Log: Dump the full access log if the wrong number of entries appear in the log Modified: tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java Modified:

svn commit: r1659237 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2015-02-12 Thread schultz
Author: schultz Date: Thu Feb 12 12:20:46 2015 New Revision: 1659237 URL: http://svn.apache.org/r1659237 Log: Fixed javadoc typo Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java URL:

[Bug 49785] Enabling TLS for JNDIRealm

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49785 Felix Schumacher felix.schumac...@internetallee.de changed: What|Removed |Added Attachment #32448|0

svn commit: r1659423 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 22:16:10 2015 New Revision: 1659423 URL: http://svn.apache.org/r1659423 Log: Amend patch proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 49785] Enabling TLS for JNDIRealm

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49785 --- Comment #5 from Felix Schumacher felix.schumac...@internetallee.de --- (In reply to Christopher Schultz from comment #2) The default connection factory is com.sun.jndi.ldap.LdapCtxFactory which claims to support both SSL and STARTTLS:

svn commit: r1659427 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/jni/Library.java

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 22:46:54 2015 New Revision: 1659427 URL: http://svn.apache.org/r1659427 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Fix compilation errors with Java 6 Java 6 does not like when the code throws a Throwable but it is not declared as thrown

[Bug 57021] Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

svn commit: r1659416 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 21:40:00 2015 New Revision: 1659416 URL: http://svn.apache.org/r1659416 Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 57021] Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|REOPENED

svn commit: r1659428 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 23:05:38 2015 New Revision: 1659428 URL: http://svn.apache.org/r1659428 Log: Further fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Log debug and error messages immediately and add stacktraces to them. Modified:

svn commit: r1659441 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2015-02-12 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 00:15:26 2015 New Revision: 1659441 URL: http://svn.apache.org/r1659441 Log: Add CVE-2014-0227 to changelog Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1659431 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 23:13:59 2015 New Revision: 1659431 URL: http://svn.apache.org/r1659431 Log: Further fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Log debug and error messages immediately and add stacktraces to them. Merged r1659429 from tomcat/tc8.0.x/trunk.

[Bug 57574] javax.el.ImportHandler.importPackage() does not work in Equinox OSGi

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57574 --- Comment #3 from Jan Bartel j...@intalio.com --- The behaviour of Package.getPackage(name) is to use the classloader of the caller of the package to try and retrieve the package info. In osgi-land the classloader of the caller may not be

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

2015-02-12 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 00:22:08 2015 New Revision: 1659444 URL: http://svn.apache.org/r1659444 Log: Add CVE-2014-0227 to changelog Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1659440 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2015-02-12 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 00:10:49 2015 New Revision: 1659440 URL: http://svn.apache.org/r1659440 Log: Add two more revisions to the list related to CVE-2014-0227. Tomcat 7, 6 patches include those changes. Modified: tomcat/site/trunk/docs/security-8.html

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

2015-02-12 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 00:20:16 2015 New Revision: 1659443 URL: http://svn.apache.org/r1659443 Log: Add CVE-2014-0227 to changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

Re: Tagging 8.0.x

2015-02-12 Thread Mark Thomas
On 12/02/2015 10:06, Mark Thomas wrote: No problem. I'm going to hold off on tagging 8.0.x while I figure out the cause of the Gump failures. I'm making progress with this but I haven't got to the root cause yet. Mark - To

[Bug 57021] Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #13 from Mark Thomas ma...@apache.org --- Those messages are postponed to avoid them appearing before the version info etc. I viewed logging them at INFO as less bad than logging them before the version info. The ideal would be

svn commit: r1659429 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 23:10:56 2015 New Revision: 1659429 URL: http://svn.apache.org/r1659429 Log: Further fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Log debug and error messages immediately and add stacktraces to them. Merged r1659428 from tomcat/trunk.

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

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

Re: Tagging 8.0.x

2015-02-12 Thread Violeta Georgieva
2015-02-12 11:01 GMT+02:00 Mark Thomas ma...@apache.org: On 12/02/2015 07:39, Violeta Georgieva wrote: Hi Mark, 2015-02-11 21:40 GMT+02:00 Mark Thomas ma...@apache.org: We've had a couple of important Coyote fixes since the last release so I'm planning on tagging 8.0.x tomorrow.

svn commit: r1659189 - in /tomcat/trunk: java/org/apache/catalina/filters/ java/org/apache/tomcat/util/http/fileupload/util/mime/ java/org/apache/tomcat/websocket/ test/org/apache/catalina/filters/ te

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 09:58:08 2015 New Revision: 1659189 URL: http://svn.apache.org/r1659189 Log: Use an explicit Locale when converting to lower case. Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

Re: Hi

2015-02-12 Thread Pravallika Peddi
Hi Mark Chris, I implemented the suggestions and uploaded the patch with changes. can you verify it? https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Thanks, VIN On Wed, Feb 11, 2015 at 6:12 PM, Pravallika Peddi reachme.va...@gmail.com wrote: Thanks for your guidance in this Mark and

svn commit: r1659191 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/ java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/fileupload/util/mime/ java/org/apach

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 10:02:06 2015 New Revision: 1659191 URL: http://svn.apache.org/r1659191 Log: Use an explicit Locale when converting to lower case. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/filters/CorsFilter.java

svn commit: r1659193 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/ java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/fileupload/util/mime/ java/org/apach

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 10:05:08 2015 New Revision: 1659193 URL: http://svn.apache.org/r1659193 Log: Use an explicit Locale when converting to lower case. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/CorsFilter.java

svn commit: r1659192 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/security/SecurityListener.java webapps/docs/changelog.xml

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 10:03:22 2015 New Revision: 1659192 URL: http://svn.apache.org/r1659192 Log: Make OS user name case insensitive (as documented) and explicitly do conversion to lower case with the system's default Locale. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 57574] New: javax.el.ImportHandler.importPackage() does not work in Equinox OSGi

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57574 Bug ID: 57574 Summary: javax.el.ImportHandler.importPackage() does not work in Equinox OSGi Product: Tomcat 8 Version: trunk Hardware: All OS: All

[Bug 57574] javax.el.ImportHandler.importPackage() does not work in Equinox OSGi

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57574 --- Comment #1 from Mark Thomas ma...@apache.org --- So why isn't this a bug in Equinox? If you can point to a specification that says the trailing / is required then we can add it but otherwise this is going to get resolved as invalid. --

svn commit: r1659188 - /tomcat/trunk/java/org/apache/catalina/security/SecurityListener.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 09:56:10 2015 New Revision: 1659188 URL: http://svn.apache.org/r1659188 Log: Make OS user name case insensitive (as documented) and explicitly do conversion to lower case with the system's default Locale. Modified:

Re: Tagging 8.0.x

2015-02-12 Thread Mark Thomas
On 12/02/2015 09:26, Violeta Georgieva wrote: 2015-02-12 11:01 GMT+02:00 Mark Thomas ma...@apache.org: On 12/02/2015 07:39, Violeta Georgieva wrote: Hi Mark, 2015-02-11 21:40 GMT+02:00 Mark Thomas ma...@apache.org: We've had a couple of important Coyote fixes since the last release so I'm

svn commit: r1659174 - /tomcat/trunk/java/org/apache/catalina/realm/GenericPrincipal.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 09:23:46 2015 New Revision: 1659174 URL: http://svn.apache.org/r1659174 Log: Make it obvious these fields are not included in serialization. Strictly not necessary because of custom serialization/deserialization code but it makes it clearer and silences a FindBugs

svn commit: r1659182 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 09:40:01 2015 New Revision: 1659182 URL: http://svn.apache.org/r1659182 Log: Update after refactoring Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL:

svn commit: r1659190 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/security/SecurityListener.java webapps/docs/changelog.xml

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 10:00:32 2015 New Revision: 1659190 URL: http://svn.apache.org/r1659190 Log: Make OS user name case insensitive (as documented) and explicitly do conversion to lower case with the system's default Locale. Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 57021] Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #15 from VIN reachme.va...@gmail.com --- (In reply to Christopher Schultz from comment #9) (In reply to VIN from comment #8) Created attachment 32460 [details] Updated patch with suggested comments Please let me know

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

2015-02-12 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-tc8.0.x-test-nio2 has an issue affecting its community

[Bug 57581] New: request.getBytesRead() should be long

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57581 Bug ID: 57581 Summary: request.getBytesRead() should be long Product: Tomcat 7 Version: unspecified Hardware: PC OS: All Status: NEW Severity:

svn commit: r1659424 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 22:21:10 2015 New Revision: 1659424 URL: http://svn.apache.org/r1659424 Log: Dump the full access log if the wrong number of entries appear in the log Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 57021] Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #16 from VIN reachme.va...@gmail.com --- (In reply to Mark Thomas from comment #10) Some further feedback 1. Indents should be with 4 spaces not tabs. Hi Mark, I changed the code using Eclipse editor which by

[Bug 57021] Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #17 from VIN reachme.va...@gmail.com --- (In reply to VIN from comment #16) (In reply to Mark Thomas from comment #10) Some further feedback 1. Indents should be with 4 spaces not tabs. Hi Mark, I changed the

svn commit: r1659268 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/naming/factory/BeanFactory.java test/org/apache/coyote/ajp/SimpleAjpClient.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 14:14:56 2015 New Revision: 1659268 URL: http://svn.apache.org/r1659268 Log: Use an explicit Locale when converting to upper case. - followup to r1659193 Merged r1659266 from tomcat/tc8.0.x/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1659266 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/naming/factory/BeanFactory.java test/org/apache/coyote/ajp/SimpleAjpClient.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 14:13:16 2015 New Revision: 1659266 URL: http://svn.apache.org/r1659266 Log: Use an explicit Locale when converting to upper case. - followup to r1659193 Merged r1659263 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 57573] Host Header Internal IP Address Disclosure

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57573 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEEDINFO

svn commit: r1659263 - in /tomcat/trunk: java/org/apache/naming/factory/BeanFactory.java test/org/apache/coyote/ajp/SimpleAjpClient.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 14:10:52 2015 New Revision: 1659263 URL: http://svn.apache.org/r1659263 Log: Use an explicit Locale when converting to upper case. - followup to r1659193 Modified: tomcat/trunk/java/org/apache/naming/factory/BeanFactory.java

[Bug 57021] Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #9 from Christopher Schultz ch...@christopherschultz.net --- (In reply to VIN from comment #8) Created attachment 32460 [details] Updated patch with suggested comments Please let me know if anything is missing. The

svn commit: r1659304 - /tomcat/trunk/java/org/apache/jasper/runtime/ProtectedFunctionMapper.java

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 16:26:03 2015 New Revision: 1659304 URL: http://svn.apache.org/r1659304 Log: Simplify code. Remove @Deprecate marker added in r895423: That method is declared by both javax.servlet.jsp.el.FunctionMapper and by javax.el.FunctionMapper. The javax.el.* one is not

svn commit: r1659306 - /tomcat/trunk/java/org/apache/tomcat/jni/Library.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 16:29:43 2015 New Revision: 1659306 URL: http://svn.apache.org/r1659306 Log: Clean-up prior to applying a patch Modified: tomcat/trunk/java/org/apache/tomcat/jni/Library.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/Library.java URL:

svn propchange: r1659045 - svn:log

2015-02-12 Thread kkolinko
Author: kkolinko Revision: 1659045 Modified property: svn:log Modified: svn:log at Thu Feb 12 15:07:12 2015 -- --- svn:log (original) +++ svn:log Thu Feb 12 15:07:12 2015 @@ -0,0 +1,4 @@ +Fix

svn propchange: r1600984 - svn:log

2015-02-12 Thread markt
Author: markt Revision: 1600984 Modified property: svn:log Modified: svn:log at Thu Feb 12 15:38:07 2015 -- --- svn:log (original) +++ svn:log Thu Feb 12 15:38:07 2015 @@ -1,2 +1,3 @@ i18n for ChunkedInputFilter error

svn propchange: r1601333 - svn:log

2015-02-12 Thread markt
Author: markt Revision: 1601333 Modified property: svn:log Modified: svn:log at Thu Feb 12 15:38:41 2015 -- --- svn:log (original) +++ svn:log Thu Feb 12 15:38:41 2015 @@ -1,3 +1,4 @@ Clean-up i18n for

svn propchange: r1603628 - svn:log

2015-02-12 Thread markt
Author: markt Revision: 1603628 Modified property: svn:log Modified: svn:log at Thu Feb 12 15:39:13 2015 -- --- svn:log (original) +++ svn:log Thu Feb 12 15:39:13 2015 @@ -3,3 +3,4 @@ Improvements to ChunkedInputFilter

svn commit: r1659321 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 17:08:03 2015 New Revision: 1659321 URL: http://svn.apache.org/r1659321 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1659294 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/filters/IdentityInputFilter.java webapps/docs/changelog.xml

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 15:59:26 2015 New Revision: 1659294 URL: http://svn.apache.org/r1659294 Log: Delay closing the connection until maxSwallowSize bytes have been read. This gives the client a chance to read the response. See

svn commit: r1659295 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/filters/IdentityInputFilter.java webapps/docs/changelog.xml

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 16:00:03 2015 New Revision: 1659295 URL: http://svn.apache.org/r1659295 Log: Delay closing the connection until maxSwallowSize bytes have been read. This gives the client a chance to read the response. See

svn commit: r1659296 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 16:08:33 2015 New Revision: 1659296 URL: http://svn.apache.org/r1659296 Log: Update proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1659299 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java

2015-02-12 Thread remm
Author: remm Date: Thu Feb 12 16:10:31 2015 New Revision: 1659299 URL: http://svn.apache.org/r1659299 Log: Guard against a NPE I see in the test CI logs. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java Modified:

[Bug 57574] javax.el.ImportHandler.importPackage() does not work in Equinox OSGi

2015-02-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57574 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- This is some error-handling path in case if Package.getPackage(name) returned null. Is there a valid reason for getPackage() method to return null? From the comment in the

svn commit: r1659293 - /tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityInputFilter.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 15:57:35 2015 New Revision: 1659293 URL: http://svn.apache.org/r1659293 Log: Delay closing the connection until maxSwallowSize bytes have been read. This gives the client a chance to read the response. See

svn commit: r1659310 - /tomcat/tc7.0.x/trunk/java/org/apache/jasper/runtime/ProtectedFunctionMapper.java

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 16:39:55 2015 New Revision: 1659310 URL: http://svn.apache.org/r1659310 Log: Suppress deprecation warnings. Remove @Deprecate marker added in r895423: That method is declared by both javax.servlet.jsp.el.FunctionMapper and by javax.el.FunctionMapper. The

Re: svn commit: r1659296 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-12 Thread Konstantin Kolinko
2015-02-12 19:08 GMT+03:00 ma...@apache.org: Author: markt Date: Thu Feb 12 16:08:33 2015 New Revision: 1659296 URL: http://svn.apache.org/r1659296 Log: Update proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1659308 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/runtime/ProtectedFunctionMapper.java webapps/docs/changelog.xml

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 16:31:27 2015 New Revision: 1659308 URL: http://svn.apache.org/r1659308 Log: Simplify code. Remove @Deprecate marker added in r895423: That method is declared by both javax.servlet.jsp.el.FunctionMapper and by javax.el.FunctionMapper. The javax.el.* one is not

svn commit: r1659307 - /tomcat/trunk/java/org/apache/tomcat/jni/Library.java

2015-02-12 Thread markt
Author: markt Date: Thu Feb 12 16:31:04 2015 New Revision: 1659307 URL: http://svn.apache.org/r1659307 Log: More clean-up Modified: tomcat/trunk/java/org/apache/tomcat/jni/Library.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/Library.java URL:

svn commit: r1659313 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/runtime/ProtectedFunctionMapper.java webapps/docs/changelog.xml

2015-02-12 Thread kkolinko
Author: kkolinko Date: Thu Feb 12 16:48:21 2015 New Revision: 1659313 URL: http://svn.apache.org/r1659313 Log: Simplify code. Merged r1659308 from tomcat/tc8.0.x/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: Tagging 8.0.x

2015-02-12 Thread Mark Thomas
On 12/02/2015 07:39, Violeta Georgieva wrote: Hi Mark, 2015-02-11 21:40 GMT+02:00 Mark Thomas ma...@apache.org: We've had a couple of important Coyote fixes since the last release so I'm planning on tagging 8.0.x tomorrow. In my mind this is a slightly delayed beginning of Feb release. I

Re: svn commit: r1659043 - in /tomcat/trunk: java/org/apache/catalina/filters/CorsFilter.java test/org/apache/catalina/filters/TestCorsFilter.java

2015-02-12 Thread Mark Thomas
On 12/02/2015 01:16, Konstantin Kolinko wrote: 2015-02-11 22:18 GMT+03:00 ma...@apache.org: Author: markt Date: Wed Feb 11 19:18:46 2015 New Revision: 1659043 URL: http://svn.apache.org/r1659043 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57534 CORS Filter should only

Re: svn commit: r1659296 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-02-12 Thread Rainer Jung
Am 12.02.2015 um 17:55 schrieb Konstantin Kolinko: 2015-02-12 19:08 GMT+03:00 ma...@apache.org: Author: markt Date: Thu Feb 12 16:08:33 2015 New Revision: 1659296 URL: http://svn.apache.org/r1659296 Log: Update proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: