[jira] [Created] (MTOMCAT-239) jar can't use tomcat maven plugin

2013-09-16 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created MTOMCAT-239: -- Summary: jar can't use tomcat maven plugin Key: MTOMCAT-239 URL: https://issues.apache.org/jira/browse/MTOMCAT-239 Project: Apache Tomcat Maven Plugin

[jira] [Updated] (MTOMCAT-239) jar can't use tomcat maven plugin

2013-09-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated MTOMCAT-239: --- Attachment: jart7.zip Attaching jart7.zip project showing the issue(s). First src/m

Re: tomcat mvn plugin & jar/lib handling

2013-09-16 Thread Romain Manni-Bucau
Done https://issues.apache.org/jira/browse/MTOMCAT-239 thks Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/9/16 Olivier Lamy : > Hi, > Looks to be an issue. > Can you pl

[jira] [Commented] (MTOMCAT-239) jar can't use tomcat maven plugin

2013-09-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768137#comment-13768137 ] Romain Manni-Bucau commented on MTOMCAT-239: Note: in the sample servlet api

svn commit: r1523555 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 07:53:37 2013 New Revision: 1523555 URL: http://svn.apache.org/r1523555 Log: Move comment to go with code that was moved earlier Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java Modified: tomcat/trunk/java/org/apa

svn commit: r1523623 - in /tomcat/trunk/java/org/apache/tomcat/util/scan: FileUrlJar.java FileUrlNestedJar.java JarFactory.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:08:40 2013 New Revision: 1523623 URL: http://svn.apache.org/r1523623 Log: Add support for JARs nested in WARs to the Jar abstraction used by the JAR scanner. Added: tomcat/trunk/java/org/apache/tomcat/util/scan/FileUrlNestedJar.java Modified: tomcat/trunk

svn commit: r1523624 - /tomcat/trunk/java/org/apache/tomcat/util/scan/FileUrlNestedJar.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:10:17 2013 New Revision: 1523624 URL: http://svn.apache.org/r1523624 Log: Fix EOL Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/FileUrlNestedJar.java (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/util/scan/FileUrlNestedJar.java

svn commit: r1523625 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/catalina/webresources/ test/javax/el/ test/org/apach

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:10:18 2013 New Revision: 1523625 URL: http://svn.apache.org/r1523625 Log: Extend the WebResourceRoot API to allow definition of a base, archive and internal path for the creation of a ResourceSet Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot

svn commit: r1523627 - in /tomcat/trunk: java/org/apache/catalina/webresources/LocalStrings.properties java/org/apache/catalina/webresources/StandardRoot.java test/org/apache/catalina/webresources/Tes

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:11:08 2013 New Revision: 1523627 URL: http://svn.apache.org/r1523627 Log: Add parsing of the archive path (currently unused) from the supplied URL. Added: tomcat/trunk/test/org/apache/catalina/webresources/TestStandardRoot.java Modified: tomcat/trunk/java

svn commit: r1523628 - in /tomcat/trunk/java/org/apache/catalina/webresources: JarWarResourceSet.java StandardRoot.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:11:40 2013 New Revision: 1523628 URL: http://svn.apache.org/r1523628 Log: Create JarWarResourceSet as a copy of JarResourceSet and modify StandardRoot to use it when appropriate. Added: tomcat/trunk/java/org/apache/catalina/webresources/JarWarResourceSet.java

svn commit: r1523629 - /tomcat/trunk/java/org/apache/catalina/webresources/JarWarResourceSet.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:12:10 2013 New Revision: 1523629 URL: http://svn.apache.org/r1523629 Log: Correctly populate the entries list. Modified: tomcat/trunk/java/org/apache/catalina/webresources/JarWarResourceSet.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/J

svn commit: r1523630 - in /tomcat/trunk/java/org/apache/catalina/webresources: JarResourceSet.java JarWarResourceSet.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:12:43 2013 New Revision: 1523630 URL: http://svn.apache.org/r1523630 Log: Refactor JarWarResourceSet to extend JarResourceSet to reduce code duplication. Modified: tomcat/trunk/java/org/apache/catalina/webresources/JarResourceSet.java tomcat/trunk/java/or

svn commit: r1523631 - in /tomcat/trunk/java/org/apache/catalina/webresources: AbstractArchiveResourceSet.java JarResourceSet.java JarWarResourceSet.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:13:18 2013 New Revision: 1523631 URL: http://svn.apache.org/r1523631 Log: Refactor to reduce code duplication. Added: tomcat/trunk/java/org/apache/catalina/webresources/AbstractArchiveResourceSet.java - copied, changed from r1523630, tomcat/trunk/java

svn commit: r1523632 - in /tomcat/trunk/java/org/apache/catalina/webresources: AbstractArchiveResource.java JarResource.java JarResourceSet.java JarWarResource.java JarWarResourceSet.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:13:56 2013 New Revision: 1523632 URL: http://svn.apache.org/r1523632 Log: Further refactoring to support resource JARs in packed WARs Added: tomcat/trunk/java/org/apache/catalina/webresources/AbstractArchiveResource.java - copied, changed from r1523631

svn commit: r1523633 - in /tomcat/trunk: java/org/apache/catalina/loader/ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/ test/webresources/

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:14:56 2013 New Revision: 1523633 URL: http://svn.apache.org/r1523633 Log: Add support for a custom URL protocol "war" that is used when accessing JARs inside packed WAR files as the jar protocol does not support nesting. Added: tomcat/trunk/java/org/apache/c

svn commit: r1523634 - in /tomcat/trunk/java/org/apache/catalina/webresources: AbstractArchiveResourceSet.java JarResourceSet.java JarWarResourceSet.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:15:31 2013 New Revision: 1523634 URL: http://svn.apache.org/r1523634 Log: Pull up common code Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractArchiveResourceSet.java tomcat/trunk/java/org/apache/catalina/webresources/JarResourceSet.j

svn commit: r1523635 - in /tomcat/trunk: java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:16:48 2013 New Revision: 1523635 URL: http://svn.apache.org/r1523635 Log: Re-order parameters to be more logical Modified: tomcat/trunk/java/org/apache/catalina/webresources/DirResourceSet.java tomcat/trunk/java/org/apache/catalina/webresources/FileResour

svn commit: r1523636 - in /tomcat/trunk/java/org/apache/catalina/webresources: AbstractArchiveResourceSet.java JarResourceSet.java JarWarResourceSet.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:17:25 2013 New Revision: 1523636 URL: http://svn.apache.org/r1523636 Log: Reduce visibility of fields in abstract methods Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractArchiveResourceSet.java tomcat/trunk/java/org/apache/catalina/w

svn commit: r1523637 - in /tomcat/trunk/java/org/apache/catalina/webresources: AbstractArchiveResource.java JarResource.java JarWarResource.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:18:00 2013 New Revision: 1523637 URL: http://svn.apache.org/r1523637 Log: Pull up common code Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractArchiveResource.java tomcat/trunk/java/org/apache/catalina/webresources/JarResource.java

svn commit: r1523639 - in /tomcat/trunk: java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:18:26 2013 New Revision: 1523639 URL: http://svn.apache.org/r1523639 Log: Fix line endings Modified: tomcat/trunk/java/org/apache/catalina/webresources/JarWarResource.java (props changed) tomcat/trunk/java/org/apache/catalina/webresources/JarWarResourc

Re: tomcat mvn plugin & jar/lib handling

2013-09-16 Thread Konstantin Kolinko
2013/9/16 Romain Manni-Bucau : > Done https://issues.apache.org/jira/browse/MTOMCAT-239 > > thks > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2013/9/16 Olivie

svn commit: r1523646 - /tomcat/trunk/build.properties.default

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:45:59 2013 New Revision: 1523646 URL: http://svn.apache.org/r1523646 Log: Update to APR/native connector version 1.1.28 that includes a necessary fix for WebSocket and Servlet 3.1 non-blocking IO. Modified: tomcat/trunk/build.properties.default Modified: to

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

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:47:29 2013 New Revision: 1523647 URL: http://svn.apache.org/r1523647 Log: Update to APR/native connector version 1.1.28 that includes a necessary fix for WebSocket and Servlet 3.1 non-blocking IO. Also update the minimum required version to 1.1.28 Modified:

Re: [RESULT] Was: [VOTE] Release Apache Tomcat Native 1.1.28

2013-09-16 Thread Christopher Schultz
Mladen, On 9/16/13 1:43 AM, Mladen Turk wrote: > With 5 bining (Mark, Rainer, Henri, Chris, Mladen) I'm not sure I'm binding, though it does not matter as you still have plenty of votes. -chris signature.asc Description: OpenPGP digital signature

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

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 13:52:15 2013 New Revision: 1523649 URL: http://svn.apache.org/r1523649 Log: Update to APR/native connector version 1.1.28 that includes a necessary fix for WebSocket and Servlet 3.1 non-blocking IO. Also update the minimum required version to 1.1.28 Modified:

[Bug 55561] New: Wrong _jspService implementation

2013-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55561 Bug ID: 55561 Summary: Wrong _jspService implementation Product: Tomcat 7 Version: unspecified Hardware: All OS: All Status: NEW Severity: major

svn commit: r1523674 - /tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java

2013-09-16 Thread schultz
Author: schultz Date: Mon Sep 16 14:31:01 2013 New Revision: 1523674 URL: http://svn.apache.org/r1523674 Log: Added logging of logging.properties location when system property is set. Modified: tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java Modified: tomcat/trunk/java/org/apach

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-09-16 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/1398 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

svn commit: r1523685 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2013-09-16 Thread schultz
Author: schultz Date: Mon Sep 16 14:49:26 2013 New Revision: 1523685 URL: http://svn.apache.org/r1523685 Log: Added logging of logging.properties location when system property is set. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/juli/ClassLoaderLo

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

2013-09-16 Thread schultz
Author: schultz Date: Mon Sep 16 15:16:03 2013 New Revision: 1523695 URL: http://svn.apache.org/r1523695 Log: Fixed inadvertently-added element that broke XML. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://sv

svn commit: r1523701 - /tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

2013-09-16 Thread schultz
Author: schultz Date: Mon Sep 16 15:24:42 2013 New Revision: 1523701 URL: http://svn.apache.org/r1523701 Log: Updated documentation for sslProtocol to include a note about sslEnabledProtocols. Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc6.0.x/trunk/webapps

[Bug 55561] Wrong _jspService implementation

2013-09-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55561 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-09-16 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/1399 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

Re: tomcat mvn plugin & jar/lib handling

2013-09-16 Thread Romain Manni-Bucau
I just added a link to this thread. Le 16 sept. 2013 15:22, "Konstantin Kolinko" a écrit : > 2013/9/16 Romain Manni-Bucau : > > Done https://issues.apache.org/jira/browse/MTOMCAT-239 > > > > thks > > Romain Manni-Bucau > > Twitter: @rmannibucau > > Blog: http://rmannibucau.wordpress.com/ > > Link

[jira] [Updated] (MTOMCAT-239) jar can't use tomcat maven plugin

2013-09-16 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated MTOMCAT-239: --- Description: See http://tomcat.10.x6.nabble.com/tomcat-mvn-plugin-amp-jar-lib-handli

svn commit: r1523781 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 20:06:07 2013 New Revision: 1523781 URL: http://svn.apache.org/r1523781 Log: Fix error showing in unit tests when socket is closed while still in poller. This happened after a web-socket timeout. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoin

svn commit: r1523783 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 20:07:17 2013 New Revision: 1523783 URL: http://svn.apache.org/r1523783 Log: Fix error showing in unit tests when socket is closed while still in poller. This happened after a web-socket timeout. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.

8.0.0-RC2 status

2013-09-16 Thread Mark Thomas
Just a quick update. I'm seeing a APR/native issue leading to JVM crash that I am currently trying to debug. Unfortunately, the issue doesn't appear to be particularly repeatable. As soon as everything looks stable and passes the unit tests on Windows, Linux and OSX I'll create the tag. Mark --

svn commit: r1523789 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 20:14:49 2013 New Revision: 1523789 URL: http://svn.apache.org/r1523789 Log: Avoid possible NPE during shutdown. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Propchange: tomcat/tc7.0

svn commit: r1523788 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 20:14:22 2013 New Revision: 1523788 URL: http://svn.apache.org/r1523788 Log: Avoid possible NPE during shutdown. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java URL:

Re: svn commit: r1523685 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2013-09-16 Thread Konstantin Kolinko
2013/9/16 : > Author: schultz > Date: Mon Sep 16 14:49:26 2013 > New Revision: 1523685 > > URL: http://svn.apache.org/r1523685 > Log: > Added logging of logging.properties location when system property is set. > > Modified: > tomcat/tc7.0.x/trunk/ (props changed) > tomcat/tc7.0.x/trunk/j

svn commit: r1523831 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 23:03:57 2013 New Revision: 1523831 URL: http://svn.apache.org/r1523831 Log: Fix logic where poller thread could get stuck in infinite loop on connector stop. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util

Re: [RESULT] Was: [VOTE] Release Apache Tomcat Native 1.1.28

2013-09-16 Thread sebb
http://people.apache.org/committers-by-project.html#tomcat-pmc On 16 September 2013 14:47, Christopher Schultz wrote: > Mladen, > > On 9/16/13 1:43 AM, Mladen Turk wrote: >> With 5 bining (Mark, Rainer, Henri, Chris, Mladen) > > I'm not sure I'm binding, though it does not matter as you still hav

svn commit: r1523830 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-09-16 Thread markt
Author: markt Date: Mon Sep 16 23:03:03 2013 New Revision: 1523830 URL: http://svn.apache.org/r1523830 Log: Fix logic where poller thread could get stuck in infinite loop on connector stop. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/o