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

2015-02-13 Thread Bill Barker
rkspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150213-native-src.tar.gz -Dexampl

svn commit: r1659471 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 09:05:28 2015 New Revision: 1659471 URL: http://svn.apache.org/r1659471 Log: Prevent multiple async timeouts on slow running / heavily loaded systems Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/ap

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

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 09:08:08 2015 New Revision: 1659472 URL: http://svn.apache.org/r1659472 Log: Prevent multiple async timeouts on slow running / heavily loaded systems Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Abstr

svn commit: r1659473 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint.java webapps/docs/changelog.xml

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 09:10:51 2015 New Revision: 1659473 URL: http://svn.apache.org/r1659473 Log: Prevent multiple async timeouts on slow running / heavily loaded systems Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEn

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

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #18 from Mark Thomas --- (In reply to Konstantin Kolinko from comment #14) > > Version info is just some information. I think that error messages (and > debug ones) are more helpful when they are timely. I agree that it can be

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

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #19 from Mark Thomas --- (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 code u

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

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #20 from VIN --- (In reply to Mark Thomas from comment #19) > (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

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

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #21 from Konstantin Kolinko --- http://tomcat.apache.org/tomcat-8.0-doc/building.html#Building_with_Eclipse -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1659486 - /tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 09:52:11 2015 New Revision: 1659486 URL: http://svn.apache.org/r1659486 Log: Follow-up to r1658966 which move too many states into the always add to the poller branch. Modified: tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java Modified: tomcat/trunk/

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

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 --- Comment #22 from VIN --- (In reply to Konstantin Kolinko from comment #21) > http://tomcat.apache.org/tomcat-8.0-doc/building.html#Building_with_Eclipse Got it. Thanks. -- You are receiving this mail because: You are the assignee fo

svn commit: r1659487 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/AsyncStateMachine.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 09:53:22 2015 New Revision: 1659487 URL: http://svn.apache.org/r1659487 Log: Follow-up to r1658969 which move too many states into the always add to the poller branch. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/co

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

2015-02-13 Thread remm
Author: remm Date: Fri Feb 13 10:13:04 2015 New Revision: 1659491 URL: http://svn.apache.org/r1659491 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1659491&r1=1659490&r2=16

svn commit: r1659505 - in /tomcat/trunk: java/javax/el/ImportHandler.java java/javax/el/LocalStrings.properties test/javax/el/TestImportHandler.java

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:01:04 2015 New Revision: 1659505 URL: http://svn.apache.org/r1659505 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57574 Do not perform package existence check in ImportHandler.importPackage() Modified: tomcat/trunk/java/javax/el/ImportHandle

svn commit: r1659506 - in /tomcat/tc8.0.x/trunk: ./ java/javax/el/ImportHandler.java java/javax/el/LocalStrings.properties test/javax/el/TestImportHandler.java webapps/docs/changelog.xml

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:07:07 2015 New Revision: 1659506 URL: http://svn.apache.org/r1659506 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57574 Do not perform package existence check in ImportHandler.importPackage() Merged r1659505 from tomcat/trunk. Modified: tom

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

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57574 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1659507 - /tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:15:57 2015 New Revision: 1659507 URL: http://svn.apache.org/r1659507 Log: Mention the unit size for upgradeAsyncWriteBufferSize, as was asked via comments.a.o This setting does not exist in Tomcat 9 (removed in r1650512). Modified: tomcat/tc8.0.x/trunk/w

svn commit: r1659510 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/http.xml

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:19:01 2015 New Revision: 1659510 URL: http://svn.apache.org/r1659510 Log: Mention the unit size for upgradeAsyncWriteBufferSize, as was asked via comments.a.o for Tomcat 7 Merged r1659507 from tomcat/tc8.0.x/trunk. This setting does not exist in Tomcat 9 (rem

svn commit: r1659516 - /tomcat/trunk/webapps/docs/config/automatic-deployment.xml

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:30:37 2015 New Revision: 1659516 URL: http://svn.apache.org/r1659516 Log: Correct typos. Some were reported via comments.a.o for Tomcat 7. Modified: tomcat/trunk/webapps/docs/config/automatic-deployment.xml Modified: tomcat/trunk/webapps/docs/config/autom

svn commit: r1659517 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/config/automatic-deployment.xml

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:31:58 2015 New Revision: 1659517 URL: http://svn.apache.org/r1659517 Log: Correct typos. Some were reported via comments.a.o for Tomcat 7. Merged r1659516 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps

svn commit: r1659518 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/automatic-deployment.xml

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:33:04 2015 New Revision: 1659518 URL: http://svn.apache.org/r1659518 Log: Correct typos. Some were reported via comments.a.o for Tomcat 7. Merged r1659517 from tomcat/tc8.0.x/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk

svn commit: r1659521 - /tomcat/trunk/java/org/apache/coyote/Request.java

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:40:46 2015 New Revision: 1659521 URL: http://svn.apache.org/r1659521 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57581 Change internal byte counter in Coyote Request to be long instead of int. The public API via RequestInfo.getRequestBytesRecei

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

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:48:23 2015 New Revision: 1659522 URL: http://svn.apache.org/r1659522 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57581 Change internal byte counter in Coyote Request to be long instead of int. The public API via RequestInfo.getRequestBytesReceiv

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

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:50:35 2015 New Revision: 1659523 URL: http://svn.apache.org/r1659523 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57581 Change internal byte counter in Coyote Request to be long instead of int. The public API via RequestInfo.getRequestBytesReceiv

svn commit: r1659524 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SSLSupport.java jsse/JSSEImplementation.java jsse/JSSESupport.java jsse/openssl/Cipher.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 11:53:23 2015 New Revision: 1659524 URL: http://svn.apache.org/r1659524 Log: We have the full list of SSL/TLS ciphers and the associated effective bit strength so use it. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLSupport.java tomcat/trunk/ja

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

2015-02-13 Thread kkolinko
Author: kkolinko Date: Fri Feb 13 11:55:38 2015 New Revision: 1659526 URL: http://svn.apache.org/r1659526 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1659526&r1=165952

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

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57581 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1659530 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ java/org/apache/tomcat/util/net/jsse/openssl/ webapps/docs/

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 12:10:53 2015 New Revision: 1659530 URL: http://svn.apache.org/r1659530 Log: We have the full list of SSL/TLS ciphers and the associated effective bit strength so use it. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache

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

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 12:28:15 2015 New Revision: 1659534 URL: http://svn.apache.org/r1659534 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1659534&r1=1659533&r2=16

svn commit: r1659537 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/http11/filters/ webapps/docs/ webapps/docs/config/

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 12:31:38 2015 New Revision: 1659537 URL: http://svn.apache.org/r1659537 Log: Add support for maxSwallowSize Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/Constants.java tomcat/tc6.0.x/trunk/java/org/apache/coyote/

svn commit: r1659538 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/runtime/PageContextImpl.java java/org/apache/jasper/security/SecurityClassLoad.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 12:33:48 2015 New Revision: 1659538 URL: http://svn.apache.org/r1659538 Log: Backport some Jasper clean-up that might provide a marginal performance improvement. Even if it doesn't it removes some unnecessary code. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r1659539 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/http11/ webapps/docs/

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 12:35:32 2015 New Revision: 1659539 URL: http://svn.apache.org/r1659539 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57544 Avoid potential infinite loop. Chances are this is only triggered by code (WebSocket, non-blocking, async) that isn't in 6.0.x b

svn commit: r1659541 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_19: ./ build.properties.default webapps/docs/changelog.xml

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 12:38:17 2015 New Revision: 1659541 URL: http://svn.apache.org/r1659541 Log: Tag 8.0.19 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_19/ (props changed) - copied from r1659540, tomcat/tc8.0.x/trunk/ Modified: tomcat/tc8.0.x/tags/TOMCAT_8_0_19/build.properti

Re: svn commit: r1659541 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_19: ./ build.properties.default webapps/docs/changelog.xml

2015-02-13 Thread Mark Thomas
On 13/02/2015 12:38, ma...@apache.org wrote: > Author: markt > Date: Fri Feb 13 12:38:17 2015 > New Revision: 1659541 > > URL: http://svn.apache.org/r1659541 > Log: > Tag 8.0.19 The unit tests I started this morning after r1659487 passed on all the usual platforms. There have been a few changes s

Re: svn commit: r1659471 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-02-13 Thread Rémy Maucherat
2015-02-13 10:05 GMT+01:00 : > Author: markt > Date: Fri Feb 13 09:05:28 2015 > New Revision: 1659471 > > URL: http://svn.apache.org/r1659471 > Log: > Prevent multiple async timeouts on slow running / heavily loaded systems > Unless it's a coincidence, this causes some testsuites regressions. Odd

Re: svn commit: r1659471 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-02-13 Thread Mark Thomas
On 13/02/2015 12:45, Rémy Maucherat wrote: > 2015-02-13 10:05 GMT+01:00 : > >> Author: markt >> Date: Fri Feb 13 09:05:28 2015 >> New Revision: 1659471 >> >> URL: http://svn.apache.org/r1659471 >> Log: >> Prevent multiple async timeouts on slow running / heavily loaded systems >> > > Unless it's

Re: svn commit: r1659471 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-02-13 Thread Rémy Maucherat
2015-02-13 13:58 GMT+01:00 Mark Thomas : > On 13/02/2015 12:45, Rémy Maucherat wrote: > > 2015-02-13 10:05 GMT+01:00 : > > > >> Author: markt > >> Date: Fri Feb 13 09:05:28 2015 > >> New Revision: 1659471 > >> > >> URL: http://svn.apache.org/r1659471 > >> Log: > >> Prevent multiple async timeouts

Re: svn commit: r1659471 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-02-13 Thread Mark Thomas
On 13/02/2015 13:08, Rémy Maucherat wrote: > 2015-02-13 13:58 GMT+01:00 Mark Thomas : > >> On 13/02/2015 12:45, Rémy Maucherat wrote: >>> 2015-02-13 10:05 GMT+01:00 : >>> Author: markt Date: Fri Feb 13 09:05:28 2015 New Revision: 1659471 URL: http://svn.apache.org/r1659471

svn commit: r1659559 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 13:46:05 2015 New Revision: 1659559 URL: http://svn.apache.org/r1659559 Log: This class has been deleted. Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.

svn commit: r1659560 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/security/SecurityClassLoad.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 13:46:54 2015 New Revision: 1659560 URL: http://svn.apache.org/r1659560 Log: This class has been deleted. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Propchange: tomcat/tc8

svn commit: r1659561 - /tomcat/tc8.0.x/tags/TOMCAT_8_0_19/

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 13:49:40 2015 New Revision: 1659561 URL: http://svn.apache.org/r1659561 Log: Need to re-tag Removed: tomcat/tc8.0.x/tags/TOMCAT_8_0_19/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.

svn commit: r1659562 - /tomcat/trunk/java/org/apache/jasper/security/SecurityClassLoad.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 13:51:57 2015 New Revision: 1659562 URL: http://svn.apache.org/r1659562 Log: These classes have been removed. Modified: tomcat/trunk/java/org/apache/jasper/security/SecurityClassLoad.java Modified: tomcat/trunk/java/org/apache/jasper/security/SecurityClassLoad.

svn commit: r1659563 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/security/SecurityClassLoad.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 13:52:34 2015 New Revision: 1659563 URL: http://svn.apache.org/r1659563 Log: These classes have been removed. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/jasper/security/SecurityClassLoad.java Propchange: tomcat/tc

svn commit: r1659564 - /tomcat/tc7.0.x/trunk/java/org/apache/jasper/security/SecurityClassLoad.java

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 13:54:16 2015 New Revision: 1659564 URL: http://svn.apache.org/r1659564 Log: These classes have been removed. Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/security/SecurityClassLoad.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/security/S

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

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 13:55:22 2015 New Revision: 1659566 URL: http://svn.apache.org/r1659566 Log: Propose additional patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1659

svn commit: r1659568 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_19: ./ build.properties.default webapps/docs/changelog.xml

2015-02-13 Thread markt
Author: markt Date: Fri Feb 13 13:57:37 2015 New Revision: 1659568 URL: http://svn.apache.org/r1659568 Log: Tag 8.0.19 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_19/ (props changed) - copied from r1659567, tomcat/tc8.0.x/trunk/ Modified: tomcat/tc8.0.x/tags/TOMCAT_8_0_19/build.properti

[Bug 57582] euro character and UMLAUTS issue in iso-8859-15 on tomcat7.0.57 but not on 8.0.18

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57582 Sandeep Pareek changed: What|Removed |Added CC||psandee...@gmail.com

[Bug 57582] New: euro character and UMLAUTS issue in iso-8859-15 on tomcat7.0.57 but not on 8.0.18

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57582 Bug ID: 57582 Summary: euro character and UMLAUTS issue in iso-8859-15 on tomcat7.0.57 but not on 8.0.18 Product: Tomcat 7 Version: unspecified Hardware: PC

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

2015-02-13 Thread remm
Author: remm Date: Fri Feb 13 15:18:49 2015 New Revision: 1659579 URL: http://svn.apache.org/r1659579 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1659579&r1=1659578&r2=16

Re: [VOTE] Release Apache Taglibs 1.2.3

2015-02-13 Thread Jeremy Boynes
Please could we have a third set of eyes on this release. Thanks Jeremy > On Feb 10, 2015, at 8:40 PM, Jeremy Boynes wrote: > > The proposed Apache Taglibs 1.2.3 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/taglibs/taglibs-st

[Bug 57582] euro character and UMLAUTS issue in iso-8859-15 on tomcat7.0.57 but not on 8.0.18

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57582 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1659568 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_19: ./ build.properties.default webapps/docs/changelog.xml

2015-02-13 Thread Mark Thomas
On 13/02/2015 13:57, ma...@apache.org wrote: > Author: markt > Date: Fri Feb 13 13:57:37 2015 > New Revision: 1659568 > > URL: http://svn.apache.org/r1659568 > Log: > Tag 8.0.19 Better, but an intermittent failure in the non-blocking test with APR. Back to the debugger for me... Mark

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

2015-02-13 Thread schultz
Author: schultz Date: Fri Feb 13 17:14:42 2015 New Revision: 1659614 URL: http://svn.apache.org/r1659614 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1659614&r1=1659613&r2

[Bug 49785] Enable STARTTLS for JNDIRealm

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49785 Christopher Schultz changed: What|Removed |Added Keywords||PatchAvailable Su

[Bug 57583] New: Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57583 Bug ID: 57583 Summary: Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName() Product: Tomcat 8 Version: 8.0.18 H

Re: Tagging 8.0.x

2015-02-13 Thread Konstantin Kolinko
2015-02-11 22:40 GMT+03:00 Mark Thomas : > 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 plan > to get back to a roughly beginning of the month schedule next mont

Revision 1601333 - Fix for CVE-2014-0227

2015-02-13 Thread Amarendra Godbole
Hello, This is my first post, and thank you the Apache team for bring us Tomcat. Your hard work is greatly appreciated! I have a query about the fix for request smuggling issue (CVE-2014-0227) -- when I inspected revision 1601333, I fail to understand what the fix is, since all the patch seems to

RE: Revision 1601333 - Fix for CVE-2014-0227

2015-02-13 Thread Caldarale, Charles R
> From: Amarendra Godbole [mailto:amarendra.godb...@gmail.com] > Subject: Revision 1601333 - Fix for CVE-2014-0227 > I have a query about the fix for request smuggling issue > (CVE-2014-0227) -- when I inspected revision 1601333, I fail to > understand what the fix is, since all the patch seems t