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

2014-04-11 Thread remm
Author: remm Date: Fri Apr 11 22:42:43 2014 New Revision: 1586789 URL: http://svn.apache.org/r1586789 Log: - Possible SSL NIO2 fixes for gather (if there are more than two buffers, which doesn't really happen) and incomplete netOutBuffer writes (which also shouldn't happen). - Try again the SSL

[Bug 43400] enum support for tag libs

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43400 Mark Thomas changed: What|Removed |Added Keywords||PatchAvailable -- You are receiving

[Bug 56363] OpenSSL security advisory - Heartbleed bug

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363 --- Comment #11 from Gary Bollinger --- Is there a prediction on when this compile will be released? -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 56396] TCN fails FIPS mode initialization if unable to generate 512 bit RSA temporary key

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56396 --- Comment #3 from Mladen Turk --- OK. Think I get more clearer picture now. There are two things we should do inside ssl_tmp_key_init_rsa function 1. Use RSA_generate_key_ex function 2. Be tolerant on keys < 1024 bits if OPENSSL_FIPS is

[Bug 56396] TCN fails FIPS mode initialization if unable to generate 512 bit RSA temporary key

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56396 --- Comment #2 from Christopher Schultz --- I think we should just drop support for RSA-512, anyway. It should be considered insecure, which is probably why ken-generation fails (due to FIPS restrictions). -- You are receiving this mail b

[Bug 56403] New: Support pluggable password-derivation in Realms

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56403 Bug ID: 56403 Summary: Support pluggable password-derivation in Realms Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity:

[Bug 56402] New: Add support for HTTP Upgrade to AJP components

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56402 Bug ID: 56402 Summary: Add support for HTTP Upgrade to AJP components Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: e

[Bug 56401] New: Log version information on startup

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 Bug ID: 56401 Summary: Log version information on startup Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement

[Bug 56400] New: Change POOL2/DBCP2 consumption strategy

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56400 Bug ID: 56400 Summary: Change POOL2/DBCP2 consumption strategy Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: enhancem

[Bug 56399] New: Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 Bug ID: 56399 Summary: Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously Product: Tomcat 8 Version: trunk Hardware: All

[Bug 56398] New: Support Arquillian-based unit testing

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56398 Bug ID: 56398 Summary: Support Arquillian-based unit testing Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: enhancemen

[Bug 56397] New: Establish parallel Maven-based build process

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 Bug ID: 56397 Summary: Establish parallel Maven-based build process Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW Seve

[Bug 56396] TCN fails FIPS mode initialization if unable to generate 512 bit RSA temporary key

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56396 --- Comment #1 from Mladen Turk --- When you say at boot time, this means started as a service? This looks like a blocked read from /dev/urandom due to not enough entropy. Think there are some solutions to that. Google. -- You are receiv

Re: [VOTE] Release Apache Tomcat Native 1.1.30

2014-04-11 Thread Mladen Turk
On 04/11/2014 08:10 PM, Christopher Schultz wrote: The primary tcnative bit was in svn. Did you build 1.1/trunk, or did you just apply certain patches? There was a followup-comment about the 512-bit RSA key generation which is a separate problem IMO which has not yet been addressed. r155918

buildbot success in ASF Buildbot on tomcat-trunk

2014-04-11 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/5671 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56027 --- Comment #15 from Rob Sanders --- As per request I've filed a new bug for the failure to init the RSA 512 bit temporary key (https://issues.apache.org/bugzilla/show_bug.cgi?id=56396). -- You are receiving this mail because: You are the

[Bug 56396] New: TCN fails FIPS mode initialization if unable to generate 512 bit RSA temporary key

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56396 Bug ID: 56396 Summary: TCN fails FIPS mode initialization if unable to generate 512 bit RSA temporary key Product: Tomcat Native Version: 1.1.29 Hardware: All

Re: [VOTE] Release Apache Tomcat Native 1.1.30

2014-04-11 Thread Christopher Schultz
Mladen, On 4/10/14, 10:06 AM, Mladen Turk wrote: > On 04/10/2014 05:55 PM, Christopher Schultz wrote: >> Mladen, >> >> On 4/10/14, 9:29 AM, Mladen Turk wrote: >>> On 04/10/2014 03:15 PM, Robert Sanders wrote: Is the TCN portion of BZ 56027 address completely or partially with this releas

Re: VOTE] Release Apache Tomcat Connectors 1.2.40

2014-04-11 Thread Mladen Turk
On 04/11/2014 05:00 PM, Konstantin Kolinko wrote: 2014-04-11 17:17 GMT+04:00 Mladen Turk : There are no asc/md5/sha1 files for the -src.zip and -src.tar.gz at [1]. Are they missing, or just unreadable? Should be visible now. Cheers -- ^TM --

buildbot failure in ASF Buildbot on tomcat-trunk

2014-04-11 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/5670 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

Re: Tomcat 6 End of life plan

2014-04-11 Thread Konstantin Kolinko
2014-04-11 15:29 GMT+04:00 Emmanuel Bourg : > Hi all, > > I'm wondering if there is any plan regarding the EOL of Tomcat 6. Debian > Jessie is due to be released next year and should be supported until at > least 2017. If Tomcat 6 was to be EOLed during this time frame the > Debian maintainers woul

[Bug 56390] Tomcat keeps jar files in /WEB-INF/lib opened and app cannot be fully undeployed

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56390 --- Comment #6 from Violeta Georgieva --- (In reply to Konstantin Kolinko from comment #3) > 2. Are you running without a JreMemoryLeakPreventionListener ? It is there I did a regular "ant clean deploy" without any additional changes --

[Bug 53737] Use ServletContext.getJspConfigDescriptor() in Jasper instead of XML-parsing of merged web.xml [PATCHES]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53737 Christopher Schultz changed: What|Removed |Added Summary|Use |Use |Servl

[Bug 54618] Add filter implementing HTTP Strict Transport Security (HSTS) [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54618 Christopher Schultz changed: What|Removed |Added Summary|Add filter implementing |Add filter implementing

[Bug 56390] Tomcat keeps jar files in /WEB-INF/lib opened and app cannot be fully undeployed

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56390 --- Comment #5 from Violeta Georgieva --- Created attachment 31515 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31515&action=edit example -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 51953] Proposal: netmask filtering valve and filter [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 Christopher Schultz changed: What|Removed |Added Summary|Proposal: netmask filtering |Proposal: netmask filtering

[Bug 56390] Tomcat keeps jar files in /WEB-INF/lib opened and app cannot be fully undeployed

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56390 --- Comment #4 from Violeta Georgieva --- (In reply to Mark Thomas from comment #1) > Steps to reproduce? - ant clean deploy - go to output/build and start Tomcat - deploy the attached application - undeploy the application -- You are re

[Bug 55988] Add parameter useCipherSuitesOrder to JSSE (BIO and NIO) connectors [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55988 Christopher Schultz changed: What|Removed |Added Summary|Add parameter |Add parameter

[Bug 56393] Implement RFC6265 for Cookie parsing

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56393 Christopher Schultz changed: What|Removed |Added Depends on||56394 -- You are receiving

[Bug 56394] Allow cookie-parsing to be pluggable

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56394 Christopher Schultz changed: What|Removed |Added Blocks||56393 -- You are receiving

[Bug 54330] Patch with some refactoring of Member.java [PATCH proposed for TC7]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54330 --- Comment #4 from Filip Hanik --- Patch looks good to me. I like the cleanup of using the interface. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56394] New: Allow cookie-parsing to be pluggable

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56394 Bug ID: 56394 Summary: Allow cookie-parsing to be pluggable Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW Severity: en

[Bug 56393] New: Implement RFC6265 for Cookie parsing

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56393 Bug ID: 56393 Summary: Implement RFC6265 for Cookie parsing Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW Severity: en

[Bug 50175] Enhance memory leak detection by selectively applying methods [PATCH?]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175 Christopher Schultz changed: What|Removed |Added Summary|Enhance memory leak |Enhance memory leak

[Bug 56383] Securing ErrorReportValve [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Christopher Schultz changed: What|Removed |Added Summary|Securing ErrorReportValve |Securing ErrorReportValve

[Bug 54330] Patch with some refactoring of Member.java [PATCH proposed for TC7]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54330 Christopher Schultz changed: What|Removed |Added Summary|Patch with some refactoring |Patch with some refactoring

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-04-11 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/1851 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

[Bug 56387] tomcat shutdown throw a NoClassDefFoundError

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56387 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 55006] Add http proxy support for ClientEndpoint using system properties [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55006 Christopher Schultz changed: What|Removed |Added Summary|Add http proxy support for |Add http proxy support for

[Bug 52688] Add ability to remove old access log files [PATCHES]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52688 Christopher Schultz changed: What|Removed |Added Summary|Add ability to remove old |Add ability to remove old

[Bug 49821] Tomcat CLI [PATCH/Contribution]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49821 Christopher Schultz changed: What|Removed |Added Summary|Tomcat CLI |Tomcat CLI

[Bug 54700] Improvement: Add support for system property to specify location of APR/native library [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700 Christopher Schultz changed: What|Removed |Added Summary|Improvement: Add support|Improvement: Add support

[Bug 55470] Help users for ClassNotFoundExceptions during startup [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55470 Christopher Schultz changed: What|Removed |Added Summary|Help users for |Help users for

[Bug 52448] Cache jar indexes in WebappClassLoader to speed up resources lookup [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52448 Christopher Schultz changed: What|Removed |Added Summary|Cache jar indexes in|Cache jar indexes in

[Bug 53930] allow capture of catalina stdout/stderr to a command instead of just a file [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53930 Christopher Schultz changed: What|Removed |Added Summary|allow capture of catalina |allow capture of catalina

[Bug 54802] Provide location information for exceptions thrown by JspDocumentParser [PATCH]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54802 Christopher Schultz changed: What|Removed |Added Summary|Provide location|Provide location

[Bug 56390] Tomcat keeps jar files in /WEB-INF/lib opened and app cannot be fully undeployed

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56390 --- Comment #3 from Konstantin Kolinko --- > A possible solution would be to invoke java.net.URLClassLoader.close() in > org.apache.catalina.loader.WebappClassLoader.stop method: 1. What will be an effect of calling stop(),start() (I have

Re: VOTE] Release Apache Tomcat Connectors 1.2.40

2014-04-11 Thread Konstantin Kolinko
2014-04-11 17:17 GMT+04:00 Mladen Turk : > Hi, > > Apache Tomcat Connectors 1.2.40 release candidate is ready > for vote at [1]. The build was done using tag [2]. > This version is bugfix release, fixing some issues > found in version 1.2.39. > > > The VOTE will remain open for at least 48 hours. >

svn commit: r1586661 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/windows-service-howto.xml

2014-04-11 Thread kkolinko
Author: kkolinko Date: Fri Apr 11 14:19:49 2014 New Revision: 1586661 URL: http://svn.apache.org/r1586661 Log: CTR: documentation Merged r1586659 from tomcat/tc7.0.x/trunk: Correct windows-service-howto.xml according to Apache Commons Daemon procrun documentation. E.g. the default value for LogPa

svn commit: r1586659 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/windows-service-howto.xml

2014-04-11 Thread kkolinko
Author: kkolinko Date: Fri Apr 11 14:13:08 2014 New Revision: 1586659 URL: http://svn.apache.org/r1586659 Log: Merged r1586658 from tomcat/trunk: Correct windows-service-howto.xml according to Apache Commons Daemon procrun documentation. E.g. the default value for LogPath option was documented in

svn commit: r1586658 - in /tomcat/trunk/webapps/docs: changelog.xml windows-service-howto.xml

2014-04-11 Thread kkolinko
Author: kkolinko Date: Fri Apr 11 14:03:49 2014 New Revision: 1586658 URL: http://svn.apache.org/r1586658 Log: Correct windows-service-howto.xml according to Apache Commons Daemon procrun documentation. E.g. the default value for LogPath option was documented incorrectly. Modified: tomcat/tr

[Bug 56390] Tomcat keeps jar files in /WEB-INF/lib opened and app cannot be fully undeployed

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56390 --- Comment #2 from Sebb --- May not be directly relevant, but I've noticed that Java on Windows keeps an OS lock on files that it has got open - even when read-only. So one cannot delete jars that are in use (and it makes tailing log files

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #4 from Petr Sumbera --- $ /usr/jdk/instances/jdk1.7.0/bin/java -version java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b34) Java HotSpot(TM) Server VM (build 24.51-b04, mixed mode) -- You are receivin

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #3 from Chuck Caldarale --- (In reply to Petr Sumbera from comment #2) > jdk1.7.0 The exact version please (e.g., 1.7.0_25). -- You are receiving this mail because: You are the assignee for the bug. -

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

2014-04-11 Thread kkolinko
Author: kkolinko Date: Fri Apr 11 13:29:05 2014 New Revision: 1586650 URL: http://svn.apache.org/r1586650 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=1586650&r1=158664

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #2 from Petr Sumbera --- jdk1.7.0 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.

VOTE] Release Apache Tomcat Connectors 1.2.40

2014-04-11 Thread Mladen Turk
Hi, Apache Tomcat Connectors 1.2.40 release candidate is ready for vote at [1]. The build was done using tag [2]. This version is bugfix release, fixing some issues found in version 1.2.39. The VOTE will remain open for at least 48 hours. The Apache Tomcat Connectors 1.2.40 is [ ] Stable, go

svn commit: r1586645 - in /tomcat/tc7.0.x/trunk: ./ res/tomcat.nsi

2014-04-11 Thread kkolinko
Author: kkolinko Date: Fri Apr 11 13:16:49 2014 New Revision: 1586645 URL: http://svn.apache.org/r1586645 Log: Replace double space before '-JvmMs' with single one. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/res/tomcat.nsi Propchange: tomcat/tc7.0.x/trunk/ ---

[Bug 56390] Tomcat keeps jar files in /WEB-INF/lib opened and app cannot be fully undeployed

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56390 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #1 from Konstantin Kolinko --- JDK version = ? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubs

svn commit: r1586644 - /tomcat/trunk/res/tomcat.nsi

2014-04-11 Thread kkolinko
Author: kkolinko Date: Fri Apr 11 13:13:09 2014 New Revision: 1586644 URL: http://svn.apache.org/r1586644 Log: Replace double space with single one. Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=

[Bug 56391] New: test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 Bug ID: 56391 Summary: test error for NIO and org.apache.tomcat.util.net.TestSsl Product: Tomcat 8 Version: 8.0.5 Hardware: Sun OS: Solaris

svn commit: r1586641 - /tomcat/tc6.0.x/trunk/res/tomcat.nsi

2014-04-11 Thread kkolinko
Author: kkolinko Date: Fri Apr 11 13:08:46 2014 New Revision: 1586641 URL: http://svn.apache.org/r1586641 Log: CTR: whitespaces Aligning this file with Tomcat 7 one before proposing a patch Modified: tomcat/tc6.0.x/trunk/res/tomcat.nsi Modified: tomcat/tc6.0.x/trunk/res/tomcat.nsi URL: http

[Bug 56390] New: Tomcat keeps jar files in /WEB-INF/lib opened and app cannot be fully undeployed

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56390 Bug ID: 56390 Summary: Tomcat keeps jar files in /WEB-INF/lib opened and app cannot be fully undeployed Product: Tomcat 8 Version: trunk Hardware: PC Stat

Re: Tomcat 6 End of life plan

2014-04-11 Thread Mark Thomas
On 11/04/2014 05:29, Emmanuel Bourg wrote: > Hi all, > > I'm wondering if there is any plan regarding the EOL of Tomcat 6. Debian > Jessie is due to be released next year and should be supported until at > least 2017. If Tomcat 6 was to be EOLed during this time frame the > Debian maintainers woul

Re: Java 8 compatibility for Tomcat 7

2014-04-11 Thread Mark Thomas
On 11/04/2014 00:07, Emmanuel Bourg wrote: > Le 11/04/2014 01:19, Mark Thomas a écrit : > >> I spoke with Filip at ApacheCon. This is meant to be an internal API >> so the refactoring should be safe. >> >> I've done the back-port and fixed a handful of IDE warnings while I >> was at it. > > Thank

[Tomcat Wiki] Update of "ContributorsGroup" by markt

2014-04-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by markt: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=20&rev2=21 * GaryBriggs * JeanFredericClere * KeiichiF

svn commit: r1586629 - /tomcat/jk/tags/JK_1_2_40/

2014-04-11 Thread mturk
Author: mturk Date: Fri Apr 11 12:25:41 2014 New Revision: 1586629 URL: http://svn.apache.org/r1586629 Log: Tag 1.2.40 Added: tomcat/jk/tags/JK_1_2_40/ - copied from r1586628, tomcat/jk/trunk/ - To unsubscribe, e-mail

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

2014-04-11 Thread mturk
Author: mturk Date: Fri Apr 11 12:23:44 2014 New Revision: 1586627 URL: http://svn.apache.org/r1586627 Log: Cannot do pointer arithmetic on void Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1586623 - /tomcat/jk/tags/JK_1_2_40/

2014-04-11 Thread mturk
Author: mturk Date: Fri Apr 11 12:16:52 2014 New Revision: 1586623 URL: http://svn.apache.org/r1586623 Log: Axe tag Removed: tomcat/jk/tags/JK_1_2_40/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For addition

svn commit: r1586619 - /tomcat/jk/tags/JK_1_2_40/

2014-04-11 Thread mturk
Author: mturk Date: Fri Apr 11 12:09:57 2014 New Revision: 1586619 URL: http://svn.apache.org/r1586619 Log: Tag 1.2.40 Added: tomcat/jk/tags/JK_1_2_40/ - copied from r1586618, tomcat/jk/trunk/ - To unsubscribe, e-mail

svn commit: r1586618 - /tomcat/jk/trunk/native/common/jk_version.h

2014-04-11 Thread mturk
Author: mturk Date: Fri Apr 11 12:08:47 2014 New Revision: 1586618 URL: http://svn.apache.org/r1586618 Log: Promote to release before tagging Modified: tomcat/jk/trunk/native/common/jk_version.h Modified: tomcat/jk/trunk/native/common/jk_version.h URL: http://svn.apache.org/viewvc/tomcat/jk

Tomcat 6 End of life plan

2014-04-11 Thread Emmanuel Bourg
Hi all, I'm wondering if there is any plan regarding the EOL of Tomcat 6. Debian Jessie is due to be released next year and should be supported until at least 2017. If Tomcat 6 was to be EOLed during this time frame the Debian maintainers would have to support it without the help of the upstream d

[Bug 56382] Add logging of deployment time

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56382 Danila Galimov changed: What|Removed |Added Attachment #31506|0 |1 is obsolete|

[Bug 56382] Add logging of deployment time

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56382 --- Comment #4 from Danila Galimov --- Created attachment 31511 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31511&action=edit Proposed patch - corrected -- You are receiving this mail because: You are the assignee for the b

[Bug 56382] Add logging of deployment time

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56382 Danila Galimov changed: What|Removed |Added OS||All --- Comment #3 from Danila Ga

Re: [VOTE] Release Apache Tomcat Native 1.1.30

2014-04-11 Thread Tim Whittington
On 10/04/2014, at 11:50 pm, Mladen Turk wrote: > Version 1.1.30 is bug fixing release with added ECDH > if supported by OpenSSL library. > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The VOTE will remain open for at least 48 hours. > > The Ap

[Bug 56387] New: tomcat shutdown throw a NoClassDefFoundError

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56387 Bug ID: 56387 Summary: tomcat shutdown throw a NoClassDefFoundError Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: nor

[Bug 56363] OpenSSL security advisory - Heartbleed bug

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363 Thomas Gelzh changed: What|Removed |Added CC||tho...@gelzhaeuser.de -- You are r