[
https://issues.apache.org/jira/browse/MTOMCAT-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812688#comment-13812688
]
Hudson commented on MTOMCAT-159:
SUCCESS: Integrated in TomcatMavenPlugin-mvn3.x #264 (Se
[
https://issues.apache.org/jira/browse/MTOMCAT-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812689#comment-13812689
]
Hudson commented on MTOMCAT-92:
---
SUCCESS: Integrated in TomcatMavenPlugin-mvn3.x #264 (See
Author: markt
Date: Mon Nov 4 09:08:20 2013
New Revision: 1538533
URL: http://svn.apache.org/r1538533
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Add support for code coverage with Cobertura (disabled by default) when running
the unit tests
Modified:
tomcat/trunk/build
Author: markt
Date: Mon Nov 4 09:18:59 2013
New Revision: 1538534
URL: http://svn.apache.org/r1538534
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Add support for code coverage with Cobertura (disabled by default) when running
the unit tests
Modified:
tomcat/tc7.0.x/tru
https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Nov 4 09:22:26 2013
New Revision: 1538536
URL: http://svn.apache.org/r1538536
Log:
CTR
Address https://issues.apache.org/bugzilla/show_bug.cgi?id=55728
Prep for next release
Modified:
tomcat/tc6.0.x/trunk/build.properties.default
Modified: tomcat/tc6.0.x/trunk/build.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55728
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: olamy
Date: Mon Nov 4 11:11:45 2013
New Revision: 1538555
URL: http://svn.apache.org/r1538555
Log:
use better variable names
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java
Modified:
tomcat/
Author: olamy
Date: Mon Nov 4 11:11:27 2013
New Revision: 1538554
URL: http://svn.apache.org/r1538554
Log:
correctly close stream
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java
Modified:
tomcat/mav
https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
--- Comment #6 from Christopher Schultz ---
(In reply to Mark Thomas from comment #5)
> Ah, that makes sense.
>
> I changed the way the patch worked to make it consistent with how we enable
> things like validation.
>
> Cobertura support
Author: kkolinko
Date: Mon Nov 4 18:49:49 2013
New Revision: 1538711
URL: http://svn.apache.org/r1538711
Log:
Followup to r1538555
Fix a typo in argument name.
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMo
https://issues.apache.org/bugzilla/show_bug.cgi?id=55734
--- Comment #12 from Milo Hyson ---
(In reply to Christopher Schultz from comment #11)
> I'm sorry for launching a discussion in BZ. This really belongs on the
> users' list. I'd be happy to expand upon my assertions there.
Please do. I'd
https://issues.apache.org/bugzilla/show_bug.cgi?id=55734
Konstantin Kolinko changed:
What|Removed |Added
Resolution|INVALID |WONTFIX
Severity|no
2013/11/4 :
> Author: olamy
> Date: Mon Nov 4 04:12:13 2013
> New Revision: 1538502
>
> URL: http://svn.apache.org/r1538502
> Log:
> [MTOMCAT-92] Bind tomcat to a self-chosen network interface
>
> Modified:
>
> tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/ma
https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|F
Author: violetagg
Date: Mon Nov 4 21:35:43 2013
New Revision: 1538781
URL: http://svn.apache.org/r1538781
Log:
According to the ServiceLoader specification the name of the
provider-configuration file is the fully-qualified binary name of the service's
type.
In this case instead of
javax.websoc
Author: violetagg
Date: Mon Nov 4 22:02:17 2013
New Revision: 1538789
URL: http://svn.apache.org/r1538789
Log:
Merged revision 1538781 from tomcat/trunk:
According to the ServiceLoader specification the name of the
provider-configuration file is the fully-qualified binary name of the service's
[
https://issues.apache.org/jira/browse/MTOMCAT-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813364#comment-13813364
]
Konstantin Kolinko commented on MTOMCAT-146:
Does it really fail so that it n
[
https://issues.apache.org/jira/browse/MTOMCAT-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813376#comment-13813376
]
Konstantin Kolinko commented on MTOMCAT-84:
---
Where is the patch? I get an error
Ondrej Burkert created MTOMCAT-246:
--
Summary: Allow for adding dirs/files to webapp classpath
Key: MTOMCAT-246
URL: https://issues.apache.org/jira/browse/MTOMCAT-246
Project: Apache Tomcat Maven Plugi
Author: kkolinko
Date: Mon Nov 4 23:07:04 2013
New Revision: 1538798
URL: http://svn.apache.org/r1538798
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Do not download Cobertura, unless it has been enabled.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
Author: kkolinko
Date: Mon Nov 4 23:09:10 2013
New Revision: 1538799
URL: http://svn.apache.org/r1538799
Log:
Merged r1537057 from tomcat/trunk:
Review of r1537041:
a pair of typos.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/s
Author: kkolinko
Date: Mon Nov 4 23:10:45 2013
New Revision: 1538800
URL: http://svn.apache.org/r1538800
Log:
Merged r1538798 from tomcat/trunk:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Do not download Cobertura unless it has been enabled.
Modified:
tomcat/tc7.0.x/trunk/
Author: kkolinko
Date: Mon Nov 4 23:29:40 2013
New Revision: 1538803
URL: http://svn.apache.org/r1538803
Log:
Followup to r1538084
Add a comment on the new class. (Copied the text from the commit message).
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TesterConnectionLimit.java
Mo
On 01/11/2013 12:54, Mark Thomas wrote:
> Now 8.0.0-RC5 is out and the WebSocket implementation seems to be fairly
> stable, I plan to start work on the next stage of the resources
> refactoring which will focus on the class loader.
>
> The rough outline of what I plan to do is:
> - Add methods th
Author: markt
Date: Mon Nov 4 23:51:27 2013
New Revision: 1538805
URL: http://svn.apache.org/r1538805
Log:
First pass at switching to Jar abstract from Jar scanning code that
handles accessing resources in JARs in packed WARs.
Removed:
tomcat/trunk/java/org/apache/jasper/compiler/JarResource
Author: markt
Date: Mon Nov 4 23:52:45 2013
New Revision: 1538806
URL: http://svn.apache.org/r1538806
Log:
Enable the JAR implementation for JARs in packed WARs to correctly handle
multiple calls to methods
Modified:
tomcat/trunk/java/org/apache/tomcat/util/scan/FileUrlNestedJar.java
Modif
Author: markt
Date: Mon Nov 4 23:53:26 2013
New Revision: 1538807
URL: http://svn.apache.org/r1538807
Log:
First pass at using the new resources implementation to provide
resources to the class loader.
Class loader resources are handled by treating JARs in WEB-INF/lib as
resource JARs (without t
Author: markt
Date: Mon Nov 4 23:53:58 2013
New Revision: 1538808
URL: http://svn.apache.org/r1538808
Log:
Switch the web application class loader to load resources via the new
resources implementation.
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Modified:
Author: markt
Date: Mon Nov 4 23:54:37 2013
New Revision: 1538809
URL: http://svn.apache.org/r1538809
Log:
Add getClassLoaderResources() support
Modified:
tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
to
Author: markt
Date: Mon Nov 4 23:55:08 2013
New Revision: 1538810
URL: http://svn.apache.org/r1538810
Log:
Remove the nonFoundResources collection - WebResources will handle this.
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Modified: tomcat/trunk/java/org/a
Author: markt
Date: Mon Nov 4 23:55:39 2013
New Revision: 1538811
URL: http://svn.apache.org/r1538811
Log:
Remove unnecessary whitespace
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/AbstractResource.java
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/AbstractR
Author: markt
Date: Mon Nov 4 23:56:10 2013
New Revision: 1538813
URL: http://svn.apache.org/r1538813
Log:
Clean up
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
URL:
http://svn.ap
Author: markt
Date: Mon Nov 4 23:56:41 2013
New Revision: 1538814
URL: http://svn.apache.org/r1538814
Log:
Remove the anti JAR locking feature. It will be replaced by tracking of
InputStreams obtained from the WebResources. This will allow
identification of the resource leaks.
Modified:
tomc
Author: markt
Date: Mon Nov 4 23:57:11 2013
New Revision: 1538815
URL: http://svn.apache.org/r1538815
Log:
Whitespace
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
URL:
http://svn.
Author: markt
Date: Mon Nov 4 23:57:42 2013
New Revision: 1538817
URL: http://svn.apache.org/r1538817
Log:
Additional fix for removing anti JAR locking
Modified:
tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java
Modified:
tomcat/trunk/test/org/apache/catalina/
https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
--- Comment #8 from Konstantin Kolinko ---
(In reply to Konstantin Kolinko from comment #7)
> 2. Cobertura is downloaded even though I have not enabled it.
>
> Apparently the "download-cobertura" target needs if="${test.cobertura}".
>
"2
Author: markt
Date: Mon Nov 4 23:58:15 2013
New Revision: 1538818
URL: http://svn.apache.org/r1538818
Log:
Remove now unused loaderDir
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java
Modified: t
Author: markt
Date: Mon Nov 4 23:58:46 2013
New Revision: 1538819
URL: http://svn.apache.org/r1538819
Log:
Remove unneccessary sync
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
URL
Author: markt
Date: Mon Nov 4 23:59:24 2013
New Revision: 1538820
URL: http://svn.apache.org/r1538820
Log:
Remove unused JarFiles - class loader resources in JARs are obtained via
WebResources
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/trunk/java/org
Author: markt
Date: Tue Nov 5 00:00:23 2013
New Revision: 1538822
URL: http://svn.apache.org/r1538822
Log:
More removal of anti JAR locking
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
tomc
Author: markt
Date: Tue Nov 5 00:00:56 2013
New Revision: 1538823
URL: http://svn.apache.org/r1538823
Log:
Fix getURLs() so it takes account of any call to addURL() on the class
loader
Ensure the list of repositories that the loader returns via JMX includes
any added via addURL()
Modified:
t
Author: markt
Date: Tue Nov 5 00:01:29 2013
New Revision: 1538824
URL: http://svn.apache.org/r1538824
Log:
Class loader is responsible for setting up WEB-INF/classes
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
tomcat/trunk/java/org/apache/catalina/loader
Author: markt
Date: Tue Nov 5 00:02:00 2013
New Revision: 1538826
URL: http://svn.apache.org/r1538826
Log:
Whitespace
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java
URL:
http://svn.apache.org
Author: markt
Date: Tue Nov 5 00:02:31 2013
New Revision: 1538828
URL: http://svn.apache.org/r1538828
Log:
Remove some now unused code
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Author: markt
Date: Tue Nov 5 00:03:36 2013
New Revision: 1538830
URL: http://svn.apache.org/r1538830
Log:
Refactor the implementation of the requirements of 10.7.2 of the spec.
Don't ignore whole JARs, just prevent applications from overriding spec
classes and container implementation classes.
N
Author: markt
Date: Tue Nov 5 00:03:04 2013
New Revision: 1538829
URL: http://svn.apache.org/r1538829
Log:
Re-write JAR modification tracking
Modified:
tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Author: markt
Date: Tue Nov 5 00:04:26 2013
New Revision: 1538831
URL: http://svn.apache.org/r1538831
Log:
Remove unused fields and methods as a result of refactoring JAR handling
in the web application class loader
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.jav
Author: markt
Date: Tue Nov 5 00:04:59 2013
New Revision: 1538832
URL: http://svn.apache.org/r1538832
Log:
Simplify modification tracking
Modified:
tomcat/trunk/java/org/apache/catalina/loader/LocalStrings.properties
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Mo
Author: markt
Date: Tue Nov 5 00:05:30 2013
New Revision: 1538833
URL: http://svn.apache.org/r1538833
Log:
Rename. Loader is a poor choice as there is a separate Loader component
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Modified: tomcat/trunk/java/org/ap
Author: markt
Date: Tue Nov 5 00:06:01 2013
New Revision: 1538834
URL: http://svn.apache.org/r1538834
Log:
Copy new field when creating copy of class loader
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/loader/W
Author: markt
Date: Tue Nov 5 00:06:50 2013
New Revision: 1538836
URL: http://svn.apache.org/r1538836
Log:
First cut at adding resource tracking
Added:
tomcat/trunk/java/org/apache/catalina/WebResourceTraceWrapper.java
tomcat/trunk/java/org/apache/catalina/webresources/TraceWrapperInput
Author: markt
Date: Tue Nov 5 00:08:25 2013
New Revision: 1538838
URL: http://svn.apache.org/r1538838
Log:
Simplify. Get the manifest via the resources implementation
Modified:
tomcat/trunk/java/org/apache/catalina/util/ExtensionValidator.java
Modified: tomcat/trunk/java/org/apache/catalina
Author: markt
Date: Tue Nov 5 00:07:51 2013
New Revision: 1538837
URL: http://svn.apache.org/r1538837
Log:
Make certificates and manifests available
Modified:
tomcat/trunk/java/org/apache/catalina/WebResource.java
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
t
Author: markt
Date: Tue Nov 5 00:09:16 2013
New Revision: 1538839
URL: http://svn.apache.org/r1538839
Log:
Use UCDetector to reduce visibility generally in the webresources
package. It can always be increased on a case by case basis if
necessary.
Modified:
tomcat/trunk/java/org/apache/catal
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/5172
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
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/1530
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
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/1531
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
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/5173
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55198
--- Comment #5 from Konstantin Kolinko ---
For the record, the change in 7.0.43 for this bug is r1500065
It changed how EL output is escaped in tag attributes - see bug 55735.
I think this change in EL escaping was an inadvertent one, as t
60 matches
Mail list logo