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
[
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
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
[
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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:
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55561
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
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
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
[
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
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
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.
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
--
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
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:
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
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
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
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
44 matches
Mail list logo