svn commit: r1585654 - /tomcat/jk/trunk/native/common/jk_connect.c

2014-04-08 Thread mturk
Author: mturk Date: Tue Apr 8 07:31:31 2014 New Revision: 1585654 URL: http://svn.apache.org/r1585654 Log: Be more specific with getaddrinfo call Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL:

[Bug 56363] New: OpenSSL security advisory - Heartbleed bug

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363 Bug ID: 56363 Summary: OpenSSL security advisory - Heartbleed bug Product: Tomcat Native Version: 1.1.29 Hardware: All OS: All Status: NEW

svn commit: r1585657 - /tomcat/jk/trunk/native/common/jk_connect.c

2014-04-08 Thread mturk
Author: mturk Date: Tue Apr 8 07:52:56 2014 New Revision: 1585657 URL: http://svn.apache.org/r1585657 Log: Use port when calling getaddrinfo and skip bogus addresses Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL:

Tagging JK 1.2.40

2014-04-08 Thread Mladen Turk
Hi, I plan to tag JK 1.2.40 pretty soon (probably end of this week) We have few bugs in the latest release which requires a new version. Regards -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

JDK 9 build 06 is available on java.net

2014-04-08 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen, JDK 9 Build 06 Early Access Build is now available for download https://jdk9.java.net/download test. Rgds, Rory -- Rgds,Rory O'Donnell Quality Engineering Manager Oracle EMEA , Dublin, Ireland

Java 8 compatibility for Tomcat 7

2014-04-08 Thread Emmanuel Bourg
Hi all, Tomcat 7 fails to compile with Java 8. Would it be possible to backport r1222329 [1] which fixed this issue for Tomcat 8 please? This is an issue in Debian where Tomcat is built from the sources, we would like to switch to Java 8 as the default JDK but several packages still fail to

[Bug 56352] tomcat-connectors-1.2.39-windows-x86_64-iis does not resolve workers DNS names

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56352 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Mladen Turk from comment #2) The patch does nothing. JK_INET6 is defined as AF_INET6 OK. Good to know. I am just saying that it looks odd. The only thing

Re: JDK 9 build 06 is available on java.net

2014-04-08 Thread Mark Thomas
On 08/04/2014 02:25, Rory O'Donnell Oracle, Dublin Ireland wrote: Hi Mladen, JDK 9 Build 06 Early Access Build is now available for download https://jdk9.java.net/download test. Rgds, Rory Rory, Java 8 (and I am guessing Java 9) still has issues with UTF-8 decoding. For the latest

Re: Tagging JK 1.2.40

2014-04-08 Thread Konstantin Kolinko
2014-04-08 11:56 GMT+04:00 Mladen Turk mt...@apache.org: Hi, I plan to tag JK 1.2.40 pretty soon (probably end of this week) We have few bugs in the latest release which requires a new version. +1 There is also a need for a tc-native build, due to security issue in OpenSSL

Re: Java 8 compatibility for Tomcat 7

2014-04-08 Thread Mark Thomas
On 08/04/2014 02:42, Emmanuel Bourg wrote: Hi all, Tomcat 7 fails to compile with Java 8. Would it be possible to backport r1222329 [1] which fixed this issue for Tomcat 8 please? I haven't looked at this with Java 8 yet but it strikes me as odd that that particular patch fixes a Java 8

[Bug 56365] New: Simplify use of Mapper in StandardJarScanner

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56365 Bug ID: 56365 Summary: Simplify use of Mapper in StandardJarScanner Product: Tomcat 7 Version: 7.0.53 Hardware: PC Status: NEW Severity: enhancement

Re: JDK 9 build 06 is available on java.net

2014-04-08 Thread Henri Gomez
OpenJDK 8 and 9 have also their continuous build via Obuildfactory ( https://github.com/hgomez/obuildfactory) and hosted in Bintray for many Linux flavor ie : * http://dl.bintray.com/hgomez/obuildfactory-fedora18-x86-64/ * http://dl.bintray.com/hgomez/obuildfactory-opensuse122-i386/ *

Re: Java 8 compatibility for Tomcat 7

2014-04-08 Thread Emmanuel Bourg
Le 08/04/2014 14:03, Mark Thomas a écrit : Can you provide the details of the failure. That might help ID a solution. Thank you, here is the build log on Debian: http://87.98.165.193/debian/openjdk8-rebuild/logs-failed-jdk8/tomcat7_7.0.52-1_unstable_jdk8.log [javac]

svn commit: r1585713 - in /tomcat/trunk: java/org/apache/tomcat/util/file/ java/org/apache/tomcat/util/scan/ webapps/docs/

2014-04-08 Thread kkolinko
Author: kkolinko Date: Tue Apr 8 12:55:54 2014 New Revision: 1585713 URL: http://svn.apache.org/r1585713 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56365 Simplify file name matching code in StandardJarScanFilter. Removed:

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

2014-04-08 Thread kkolinko
Author: kkolinko Date: Tue Apr 8 13:00:58 2014 New Revision: 1585715 URL: http://svn.apache.org/r1585715 Log: Correct a typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

[Bug 56366] New: Use case-insensitive matching in StandardJarScanner

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56366 Bug ID: 56366 Summary: Use case-insensitive matching in StandardJarScanner Product: Tomcat 8 Version: 8.0.5 Hardware: PC Status: NEW Severity: normal

[Bug 56369] New: BaseModelMBean does not clean-up attributeBroadcaster in removeNotificationListener()

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56369 Bug ID: 56369 Summary: BaseModelMBean does not clean-up attributeBroadcaster in removeNotificationListener() Product: Tomcat 7 Version: unspecified Hardware: All

[Bug 56370] New: tomcat-users.xml contains legacy roles

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56370 Bug ID: 56370 Summary: tomcat-users.xml contains legacy roles Product: Tomcat 7 Version: unspecified Hardware: PC Status: NEW Severity: normal Priority:

svn commit: r1585779 - /tomcat/trunk/java/org/apache/tomcat/util/file/Matcher.java

2014-04-08 Thread markt
Author: markt Date: Tue Apr 8 16:42:44 2014 New Revision: 1585779 URL: http://svn.apache.org/r1585779 Log: Fix Javadoc warning Modified: tomcat/trunk/java/org/apache/tomcat/util/file/Matcher.java Modified: tomcat/trunk/java/org/apache/tomcat/util/file/Matcher.java URL:

[Bug 56370] tomcat-users.xml contains legacy roles

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56370 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Java 8 compatibility for Tomcat 7

2014-04-08 Thread Mark Thomas
On 08/04/2014 06:32, Emmanuel Bourg wrote: Le 08/04/2014 14:03, Mark Thomas a écrit : Can you provide the details of the failure. That might help ID a solution. Thank you, here is the build log on Debian:

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

2014-04-08 Thread schultz
Author: schultz Date: Tue Apr 8 17:27:19 2014 New Revision: 1585787 URL: http://svn.apache.org/r1585787 Log: Changed vote given discussion. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 56370] tomcat-users.xml contains legacy roles

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56370 Sebb s...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[jira] [Created] (MTOMCAT-266) The fork attribute crashes Tomcat on startup

2014-04-08 Thread M. R. (JIRA)
M. R. created MTOMCAT-266: - Summary: The fork attribute crashes Tomcat on startup Key: MTOMCAT-266 URL: https://issues.apache.org/jira/browse/MTOMCAT-266 Project: Apache Tomcat Maven Plugin Issue

[jira] [Updated] (MTOMCAT-266) The fork attribute crashes Tomcat on startup

2014-04-08 Thread M. R. (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M. R. updated MTOMCAT-266: -- Attachment: tomcat-plugin-crash.txt The fork attribute crashes Tomcat on startup

[Bug 55915] Add ECDHE support to tcnative-1.dll

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55915 jeffrey.jan...@polydyne.com changed: What|Removed |Added Summary|Add EECDH support to|Add ECDHE support to

[Bug 56370] tomcat-users.xml contains legacy roles

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56370 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 55915] Add ECDHE support to tcnative-1.dll

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55915 --- Comment #2 from jeffrey.jan...@polydyne.com --- I just wanted to an importance stress to this bug. At this time, support for ECDHE is the only way to get Forward Secrecy support with Internet Explorer browsers. Firefox, Chrome, and

svn commit: r1585853 - in /tomcat/tc6.0.x/trunk: STATUS.txt conf/web.xml java/org/apache/catalina/servlets/DefaultServlet.java java/org/apache/catalina/servlets/LocalStrings.properties webapps/docs/ch

2014-04-08 Thread markt
Author: markt Date: Tue Apr 8 22:19:46 2014 New Revision: 1585853 URL: http://svn.apache.org/r1585853 Log: Redefine the globalXsltFile initialisation parameter of the DefaultServlet as relative to CATALINA_BASE/conf or CATALINA_HOME/conf. Prevent user supplied XSLTs used by the DefaultServlet

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

2014-04-08 Thread markt
Author: markt Date: Tue Apr 8 22:22:21 2014 New Revision: 1585855 URL: http://svn.apache.org/r1585855 Log: Update Java 8 support proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2014-04-08 Thread markt
Author: markt Date: Tue Apr 8 22:25:41 2014 New Revision: 1585856 URL: http://svn.apache.org/r1585856 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 hifisoftw...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 56363] OpenSSL security advisory - Heartbleed bug

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363 Neven Cvetkovic neven.cvetko...@gmail.com changed: What|Removed |Added CC|

CVE-2014-0160

2014-04-08 Thread Andrew Carr
http://www.openssl.org/news/secadv_20140407.txt Hi Tomcat Devs, I have been on the dev list for a few years, and a tomcat developer longer than that. While I haven't contributed yet, I was curious if this cve needs a contribution. As far as I can tell, if you recompile your native libs with

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

2014-04-08 Thread schultz
Author: schultz Date: Tue Apr 8 23:54:35 2014 New Revision: 1585865 URL: http://svn.apache.org/r1585865 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Tomcat Wiki] Update of summit-na-2014 by JeanFredericClere

2014-04-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The summit-na-2014 page has been changed by JeanFredericClere: https://wiki.apache.org/tomcat/summit-na-2014?action=diffrev1=8rev2=9 to provide a OpenSSL provider for tomcat

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Tomcat Wiki] Update of summit-na-2014 by ChristopherSchultz

2014-04-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The summit-na-2014 page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/summit-na-2014?action=diffrev1=9rev2=10 * Add support for JSR196 JASPIC *

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

2014-04-08 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-nio2 has an issue affecting its community integration.