Re: Eclipse JAR dependency

2014-08-12 Thread Konstantin Kolinko
2014-08-11 16:36 GMT+04:00 Mark Thomas ma...@apache.org: On 10/08/2014 14:24, Konstantin Kolinko wrote: 2014-08-08 21:12 GMT+04:00 Mark Thomas ma...@apache.org: snip/ 3. We will not normally update Tomcat's dependency on JDT until the 'small' JAR is available in Maven Central. snip/

svn commit: r1617433 - in /tomcat/tc7.0.x/trunk: ./ bin/setclasspath.bat

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 08:23:12 2014 New Revision: 1617433 URL: http://svn.apache.org/r1617433 Log: Fix copy/paste error spotted by kkolinko Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/bin/setclasspath.bat Propchange: tomcat/tc7.0.x/trunk/

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

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 08:24:17 2014 New Revision: 1617434 URL: http://svn.apache.org/r1617434 Log: Update proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-08-12 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/209 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 51294] Since 7.0.12 do not work option unpackWARs=true for WARs outside appBase

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 Andrei Zhuk andrey.z...@gmail.com changed: What|Removed |Added CC|

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

2014-08-12 Thread kkolinko
Author: kkolinko Date: Tue Aug 12 09:58:10 2014 New Revision: 1617442 URL: http://svn.apache.org/r1617442 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 51294] Since 7.0.12 do not work option unpackWARs=true for WARs outside appBase

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 --- Comment #28 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Andrei Zhuk from comment #27) The wars outside appBase are not unpacked in 7.0.55 although worked in 7.0.54. There is no such change. I have just tested it

svn commit: r1617443 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 10:17:11 2014 New Revision: 1617443 URL: http://svn.apache.org/r1617443 Log: Restore !included test to correct location Some other component (e.g. filter) may have already set the vary header so account for that. Modified:

Re: svn commit: r1615697 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2014-08-12 Thread Mark Thomas
On 12/08/2014 00:14, Konstantin Kolinko wrote: 2014-08-04 21:22 GMT+04:00 ma...@apache.org: Author: markt Date: Mon Aug 4 17:22:01 2014 New Revision: 1615697 URL: http://svn.apache.org/r1615697 Log: When the gzip option is enabled for the DefaultServlet ensure that a suitable Vary

[Bug 51294] Since 7.0.12 do not work option unpackWARs=true for WARs outside appBase

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294 --- Comment #29 from Andrei Zhuk andrey.z...@gmail.com --- My bad - there was a problem with appBase directory permissions. Everything works. Sorry for confusion. -- You are receiving this mail because: You are the assignee for the bug.

Re: svn commit: r1615697 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2014-08-12 Thread Konstantin Kolinko
2014-08-12 14:19 GMT+04:00 Mark Thomas ma...@apache.org: On 12/08/2014 00:14, Konstantin Kolinko wrote: 2014-08-04 21:22 GMT+04:00 ma...@apache.org: Author: markt Date: Mon Aug 4 17:22:01 2014 New Revision: 1615697 URL: http://svn.apache.org/r1615697 Log: When the gzip option is enabled

Early Access build for JDK 9 b26 is available on java.net

2014-08-12 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen/Mark, Early Access build for JDK 9 b26 https://jdk9.java.net/download/ is available on java.net. Summary of changes http://download.java.net/jdk9/changes/jdk9-b26.html?q=download/jdk9/changes/jdk9-b26.html in JDK 9 Build 26 Early Access Build Test Results

svn commit: r1617445 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ test/org/apache/tomcat/util/net/ webapps/docs/

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 10:41:49 2014 New Revision: 1617445 URL: http://svn.apache.org/r1617445 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 Enable pre-emptive authentication to work with the SSL authenticator. Based on a patch by jlmonteiro. Modified:

svn commit: r1617447 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/ test/org/apache/tomcat/util/net/ webapps/docs/

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 10:53:23 2014 New Revision: 1617447 URL: http://svn.apache.org/r1617447 Log: Enable pre-emptive authentication to work with the SSL authenticator. Based on a patch by jlmonteiro. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 56825] AuthenticatorBase not looking for Coyote Request certificate

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

Re: svn commit: r1617445 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ test/org/apache/tomcat/util/net/ webapps/docs/

2014-08-12 Thread Konstantin Kolinko
2014-08-12 14:41 GMT+04:00 ma...@apache.org: Author: markt Date: Tue Aug 12 10:41:49 2014 New Revision: 1617445 URL: http://svn.apache.org/r1617445 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 Enable pre-emptive authentication to work with the SSL authenticator. Based

Re: svn commit: r1617445 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ test/org/apache/tomcat/util/net/ webapps/docs/

2014-08-12 Thread Mark Thomas
On 12/08/2014 11:56, Konstantin Kolinko wrote: 2014-08-12 14:41 GMT+04:00 ma...@apache.org: Author: markt Date: Tue Aug 12 10:41:49 2014 New Revision: 1617445 URL: http://svn.apache.org/r1617445 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 Enable pre-emptive

buildbot failure in ASF Buildbot on tomcat-trunk

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

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-08-12 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/210 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 56825] AuthenticatorBase not looking for Coyote Request certificate

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 --- Comment #5 from jlmonteiro jlmonte...@tomitribe.com --- Thank you very much Mark. I'll check your commit so that I can avoid such mistakes next time. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 --- Comment #7 from Juraj Huska jhu...@redhat.com --- Thanks for your input and guidance. My unhelpful issue description was caused by my lack of expertise. Now I have a bit bigger understanding what is going on, and I will dig in deeper

svn commit: r1617456 - in /tomcat/trunk: bin/setclasspath.bat webapps/docs/changelog.xml

2014-08-12 Thread kkolinko
Author: kkolinko Date: Tue Aug 12 11:57:52 2014 New Revision: 1617456 URL: http://svn.apache.org/r1617456 Log: Followup to fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Be more strict with executable filename on Windows (s/java/java.exe/). When file name extension is not

svn commit: r1617457 - in /tomcat/tc7.0.x/trunk: ./ bin/setclasspath.bat

2014-08-12 Thread kkolinko
Author: kkolinko Date: Tue Aug 12 12:07:16 2014 New Revision: 1617457 URL: http://svn.apache.org/r1617457 Log: Improve comments It is backport of r1617365 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/bin/setclasspath.bat Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1617458 - in /tomcat/tc7.0.x/trunk: ./ bin/setclasspath.bat webapps/docs/changelog.xml

2014-08-12 Thread kkolinko
Author: kkolinko Date: Tue Aug 12 12:08:57 2014 New Revision: 1617458 URL: http://svn.apache.org/r1617458 Log: Followup to fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Be more strict with executable filename on Windows (s/java/java.exe/). When file name extension is not

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

2014-08-12 Thread kkolinko
Author: kkolinko Date: Tue Aug 12 12:11:45 2014 New Revision: 1617459 URL: http://svn.apache.org/r1617459 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1617461 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/coyote/http11/ test/org/apache/tomcat/util/net/

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 12:42:18 2014 New Revision: 1617461 URL: http://svn.apache.org/r1617461 Log: Follow-on to r1617445 If a client certificate is required and one is not available then force renegotiation to obtain it. If a client certificate is optional then do not force

Re: svn commit: r1617445 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ test/org/apache/tomcat/util/net/ webapps/docs/

2014-08-12 Thread Mark Thomas
On 12/08/2014 12:15, Mark Thomas wrote: On 12/08/2014 11:56, Konstantin Kolinko wrote: 2014-08-12 14:41 GMT+04:00 ma...@apache.org: Author: markt Date: Tue Aug 12 10:41:49 2014 New Revision: 1617445 URL: http://svn.apache.org/r1617445 Log: Fix

[Bug 56838] Performance drop when using XML

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

Tomcat for 8.0.next

2014-08-12 Thread Mark Thomas
It has been a while since my aborted attempt at the last 8.0.x release and we have quite a few additional changes so I intend to start a 8.0.x release shortly. I'm starting to run the unit tests on the usual platforms (OSX, Win64, Linux64) now and - assuming they all pass - I'll tag 8.0.11 once

Re: svn commit: r1615920 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2014-08-12 Thread Konstantin Kolinko
2014-08-05 16:55 GMT+04:00 ma...@apache.org: Author: markt Date: Tue Aug 5 12:55:20 2014 New Revision: 1615920 URL: http://svn.apache.org/r1615920 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 Avoid NullPointerException if directory exists on the class path that is

Re: Tomcat for 8.0.next

2014-08-12 Thread Rémy Maucherat
2014-08-12 14:42 GMT+02:00 Mark Thomas ma...@apache.org: I may still tag if we see some failures (e.g. in NIO2) but I'll look at the on a case by case basis. From what I understand, any problem would be a regression, which means it would be a good plan to investigate before tagging. Other

[Bug 56838] Performance drop when using XML

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838 --- Comment #6 from Mark Thomas ma...@apache.org --- (In reply to Konstantin Kolinko from comment #5) (In reply to Mark Thomas from comment #3) The bulk of the performance difference between 7.0.x and 8.0.x is as a result of different

Re: Tomcat for 8.0.next

2014-08-12 Thread Konstantin Kolinko
2014-08-12 16:59 GMT+04:00 Rémy Maucherat r...@apache.org: 2014-08-12 14:42 GMT+02:00 Mark Thomas ma...@apache.org: I may still tag if we see some failures (e.g. in NIO2) but I'll look at the on a case by case basis. From what I understand, any problem would be a regression, which means it

Re: svn commit: r1615920 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2014-08-12 Thread Mark Thomas
On 12/08/2014 13:54, Konstantin Kolinko wrote: 2014-08-05 16:55 GMT+04:00 ma...@apache.org: Author: markt Date: Tue Aug 5 12:55:20 2014 New Revision: 1615920 URL: http://svn.apache.org/r1615920 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 Avoid NullPointerException

[Bug 56840] New: RewriteValve in context.xml throws NullPointerException

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56840 Bug ID: 56840 Summary: RewriteValve in context.xml throws NullPointerException Product: Tomcat 8 Version: 8.0.9 Hardware: PC Status: NEW

Re: Tomcat for 8.0.next

2014-08-12 Thread Rémy Maucherat
2014-08-12 15:08 GMT+02:00 Konstantin Kolinko knst.koli...@gmail.com: [junit] Test org.apache.catalina.nonblocking.TestNonBlockingAPI FAILED Testsuite: org.apache.catalina.nonblocking.TestNonBlockingAPI Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 27.534 sec -

[Bug 56838] Performance drop when using XML

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Mark Thomas from comment #6) One option to speed things up would be to use reflection to make findLoadedClass(String) accessible and then call it directly.

svn commit: r1617469 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 13:27:07 2014 New Revision: 1617469 URL: http://svn.apache.org/r1617469 Log: Follow-up to 1617445. Updated expected value that has changed in 1617445 Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java Modified:

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

2014-08-12 Thread kkolinko
Author: kkolinko Date: Tue Aug 12 13:29:52 2014 New Revision: 1617470 URL: http://svn.apache.org/r1617470 Log: Review of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 Revert public API changes from r1615876 I think match(String, char[], boolean) is a bad signature to expose

svn commit: r1617471 - in /tomcat/trunk: java/org/apache/catalina/valves/rewrite/RewriteValve.java webapps/docs/changelog.xml

2014-08-12 Thread remm
Author: remm Date: Tue Aug 12 13:31:17 2014 New Revision: 1617471 URL: http://svn.apache.org/r1617471 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56840 BZ56840: Tomcat gets the context path from the URI (rather than from the mapping data, which is another possible source) so it

[GitHub] tomcat-maven-plugin pull request: basic support for tomcat 8

2014-08-12 Thread kalgon
GitHub user kalgon opened a pull request: https://github.com/apache/tomcat-maven-plugin/pull/6 basic support for tomcat 8 This is a basic port of tomcat7-maven-plugin to use the new tomcat 8.0.9 engine. No new feature from tomcat 8 has been added. You can merge this pull

[Bug 56840] RewriteValve in context.xml throws NullPointerException

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56840 Remy Maucherat r...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1617475 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/file/Matcher.java webapps/docs/changelog.xml

2014-08-12 Thread kkolinko
Author: kkolinko Date: Tue Aug 12 13:49:51 2014 New Revision: 1617475 URL: http://svn.apache.org/r1617475 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 Improve performance of org.apache.tomcat.util.file.Matcher which is to filter JARs for scanning during web application

[Bug 56801] Avoid duplicated String to CharArray conversion in the loop of Matcher#matchName

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Christopher Schultz from comment #1) I think the real question is whether or not the String.toCharArray even belongs here. Agreed. I changed visibility of the

[Bug 56842] New: Simplify Cipher code in OpenSSL syntax

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56842 Bug ID: 56842 Summary: Simplify Cipher code in OpenSSL syntax Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[Bug 56842] Simplify Cipher code in OpenSSL syntax

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56842 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|normal |enhancement -- You

[Bug 56842] Simplify Cipher code in OpenSSL syntax

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56842 ehsavoie emmanuel.hugon...@gmail.com changed: What|Removed |Added Attachment #31909|0 |1 is

svn commit: r1617512 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 15:45:56 2014 New Revision: 1617512 URL: http://svn.apache.org/r1617512 Log: Fix failures in testAllOpenSSLCiphersMapped() after changes to how unit test reports cipher names in r1615205 Start to fix testOpenSSLCipherAvailability() but more work required Modified:

buildbot success in ASF Buildbot on tomcat-trunk

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

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 56842] Simplify Cipher code in OpenSSL syntax

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56842 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r1617553 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Protocol.java

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 18:26:55 2014 New Revision: 1617553 URL: http://svn.apache.org/r1617553 Log: Map protocol names to the name used by OpenSSL with ciphers -v Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Protocol.java Modified:

svn commit: r1617554 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 18:29:00 2014 New Revision: 1617554 URL: http://svn.apache.org/r1617554 Log: Correct an Cipher name in OpenSSL Re-enable disabled Cipher 0x020080 now we can differentiate between it and cipher 0x03 Modified:

svn commit: r1617556 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 18:30:23 2014 New Revision: 1617556 URL: http://svn.apache.org/r1617556 Log: Take account of different protocol names returned by openssl ciphers -v Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java Modified:

svn commit: r1617558 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2014-08-12 Thread markt
Author: markt Date: Tue Aug 12 18:33:04 2014 New Revision: 1617558 URL: http://svn.apache.org/r1617558 Log: OpenSSL does implement SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5 Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java Modified:

[Bug 56842] Simplify Cipher code in OpenSSL syntax

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56842 Remy Maucherat r...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 56842] Simplify Cipher code in OpenSSL syntax

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56842 --- Comment #4 from Filip Hanik fha...@apache.org --- (In reply to Remy Maucherat from comment #3) Let's see if someone seconds your veto, which is not justified with legitimate arguments at the moment since varargs are probably cleaner

[Bug 56842] Simplify Cipher code in OpenSSL syntax

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56842 --- Comment #5 from ehsavoie emmanuel.hugon...@gmail.com --- Hum I don't agree : you have a lot of null values or a lot of verbosity with arrays which leads to less readibility. In the current code you have : - jsse name (as a enum

[Bug 56842] Simplify Cipher code in OpenSSL syntax

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56842 --- Comment #6 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Remy Maucherat from comment #3) Ack. I revoke my veto and abstain from voting. I still do not see much worth in this patch. -- You are receiving this mail

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

2014-08-12 Thread Bill Barker
/bin/commons-daemon-20140812-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140812-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat

svn commit: r1617578 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/changelog.xml

2014-08-12 Thread kkolinko
Author: kkolinko Date: Tue Aug 12 20:14:53 2014 New Revision: 1617578 URL: http://svn.apache.org/r1617578 Log: In JDBC Pool changelog file: - Add a note that this changelog file is obsolete. - Add XSLT stylesheet reference so that the file is viewable in a web browser (such as Firefox). - Fix a

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

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

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1617631 - in /tomcat/maven-plugin/branches/tc8.x: ./ tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/ tomcat8-war-runner/src/main/java/org/apache/tomcat/mave

2014-08-12 Thread olamy
Author: olamy Date: Wed Aug 13 00:17:18 2014 New Revision: 1617631 URL: http://svn.apache.org/r1617631 Log: formatting Modified: tomcat/maven-plugin/branches/tc8.x/pom.xml

svn commit: r1617630 [3/3] - in /tomcat/maven-plugin/branches/tc8.x: ./ tomcat8-maven-plugin/ tomcat8-maven-plugin/src/it/simple-war-exec-project/ tomcat8-maven-plugin/src/main/java/org/apache/tomcat/

2014-08-12 Thread olamy
Modified: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/site/apt/adjust-embedded-tomcat-version.apt.vm URL:

svn commit: r1617630 [2/3] - in /tomcat/maven-plugin/branches/tc8.x: ./ tomcat8-maven-plugin/ tomcat8-maven-plugin/src/it/simple-war-exec-project/ tomcat8-maven-plugin/src/main/java/org/apache/tomcat/

2014-08-12 Thread olamy
Modified: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/resources/conf/web.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/resources/conf/web.xml?rev=1617630r1=1617629r2=1617630view=diff

svn commit: r1617630 [1/3] - in /tomcat/maven-plugin/branches/tc8.x: ./ tomcat8-maven-plugin/ tomcat8-maven-plugin/src/it/simple-war-exec-project/ tomcat8-maven-plugin/src/main/java/org/apache/tomcat/

2014-08-12 Thread olamy
Author: olamy Date: Wed Aug 13 00:17:06 2014 New Revision: 1617630 URL: http://svn.apache.org/r1617630 Log: basic support for tomcat 8 Added: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/AbstractTomcat8Mojo.java (contents,

svn commit: r1617632 - /tomcat/maven-plugin/branches/tc8.x/pom.xml

2014-08-12 Thread olamy
Author: olamy Date: Wed Aug 13 00:18:21 2014 New Revision: 1617632 URL: http://svn.apache.org/r1617632 Log: add contributor Modified: tomcat/maven-plugin/branches/tc8.x/pom.xml Modified: tomcat/maven-plugin/branches/tc8.x/pom.xml URL:

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

2014-08-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-tc7.0.x-test-nio has an issue affecting its community

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

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

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

2014-08-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-tc7.0.x-test-bio has an issue affecting its community

[Bug 56844] New: Update to OpenSSL 1.0.1i

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56844 Bug ID: 56844 Summary: Update to OpenSSL 1.0.1i Product: Tomcat Native Version: 1.1.31 Hardware: PC Status: NEW Severity: normal Priority: P2