[jira] [Commented] (MTOMCAT-248) 404 links in http://tomcat.apache.org/maven-plugin-2.2/tomcat6-maven-plugin/index.html

2013-11-07 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13817095#comment-13817095 ] Hudson commented on MTOMCAT-248: SUCCESS: Integrated in TomcatMavenPlugin-mvn3.x #270 (Se

[jira] [Commented] (MTOMCAT-246) Allow for adding dirs/files to webapp classpath

2013-11-07 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816994#comment-13816994 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-246: ok works only with tomca

[jira] [Updated] (MTOMCAT-246) Allow for adding dirs/files to webapp classpath

2013-11-07 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-246: --- Fix Version/s: 3.0 > Allow for adding dirs/files to webapp classpath > -

[jira] [Updated] (MTOMCAT-246) Allow for adding dirs/files to webapp classpath

2013-11-07 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-246: --- Issue Type: New Feature (was: Improvement) > Allow for adding dirs/files to

Re: svn commit: r1539209 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2013-11-07 Thread Olivier Lamy
fixed. Thanks for review. On 7 November 2013 17:56, Konstantin Kolinko wrote: > 2013/11/6 : >> Author: olamy >> Date: Wed Nov 6 01:31:25 2013 >> New Revision: 1539209 >> >> URL: http://svn.apache.org/r1539209 >> Log: >> [MTOMCAT-211] The .war file is not extracted from executable war >> >> Mod

svn commit: r1539920 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2013-11-07 Thread olamy
Author: olamy Date: Fri Nov 8 04:31:56 2013 New Revision: 1539920 URL: http://svn.apache.org/r1539920 Log: fix check of directory creation Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java Modified: tomcat/maven-plugin/t

[jira] [Closed] (MTOMCAT-248) 404 links in http://tomcat.apache.org/maven-plugin-2.2/tomcat6-maven-plugin/index.html

2013-11-07 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-248. -- Resolution: Fixed Assignee: Olivier Lamy (*$^¨%`£) fixed. > 404 links i

svn commit: r1539919 - in /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt: examples/add-system-properties.apt.vm index.apt index.apt.vm

2013-11-07 Thread olamy
Author: olamy Date: Fri Nov 8 04:27:40 2013 New Revision: 1539919 URL: http://svn.apache.org/r1539919 Log: [MTOMCAT-248] fix broken links Added: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/index.apt.vm (contents, props changed) - copied, changed from r1539499, tomca

Late Binding

2013-11-07 Thread Suresh Mathew
All, Can we add a new state to bind the port after the startup is completed. Right now start will start the app after binding to the port. We can delay the binf after connector is started using bindOnInit. But this is a little different. StartOnly - Starts The Server and the apps. Bind - Then B

Release taglibs 1.2.0?

2013-11-07 Thread Jeremy Boynes
I believe I have addressed all the issues raised during the vote for 1.2.0-RC1 so I am planning on tagging 1.2.0 soon (hopefully this weekend). If any has any other issues before then please speak up :) Thanks Jeremy signature.asc Description: Message signed with OpenPGP using GPGMail

svn commit: r1539917 - /tomcat/taglibs/standard/tags/taglibs-standard-1.2.0-RC1/

2013-11-07 Thread jboynes
Author: jboynes Date: Fri Nov 8 04:01:37 2013 New Revision: 1539917 URL: http://svn.apache.org/r1539917 Log: 1.2.0-RC1 candidate was withdrawn Removed: tomcat/taglibs/standard/tags/taglibs-standard-1.2.0-RC1/ - To unsubscr

[jira] [Updated] (MTOMCAT-230) Plugin uploads WAR file twice

2013-11-07 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-230: --- Summary: Plugin uploads WAR file twice (was: CLONE - Plugin uploads WAR fil

svn commit: r1539887 - /tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/ClassParser.java

2013-11-07 Thread markt
Author: markt Date: Fri Nov 8 00:54:54 2013 New Revision: 1539887 URL: http://svn.apache.org/r1539887 Log: Make the magic constant a constant Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/ClassParser.java Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile

svn commit: r1539881 - /tomcat/trunk/java/org/apache/catalina/webresources/CachedResource.java

2013-11-07 Thread markt
Author: markt Date: Fri Nov 8 00:33:51 2013 New Revision: 1539881 URL: http://svn.apache.org/r1539881 Log: Correct r1539872 - thanks to Cyril Bonté Modified: tomcat/trunk/java/org/apache/catalina/webresources/CachedResource.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/C

Re: svn commit: r1539872 - /tomcat/trunk/java/org/apache/catalina/webresources/CachedResource.java

2013-11-07 Thread Mark Thomas
On 08/11/2013 00:24, Cyril Bonté wrote: > Hi Mark, > > I wonder if this commit is correct. You are right, the commit isn't right. A fix is on the way. Thanks for the catch. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomc

Re: svn commit: r1539872 - /tomcat/trunk/java/org/apache/catalina/webresources/CachedResource.java

2013-11-07 Thread Cyril Bonté
Hi Mark, I wonder if this commit is correct. See below, Le 08/11/2013 01:08, ma...@apache.org a écrit : Author: markt Date: Fri Nov 8 00:08:25 2013 New Revision: 1539872 URL: http://svn.apache.org/r1539872 Log: Protect against possible NPE Modified: tomcat/trunk/java/org/apache/catalina

svn commit: r1539873 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2013-11-07 Thread markt
Author: markt Date: Fri Nov 8 00:09:19 2013 New Revision: 1539873 URL: http://svn.apache.org/r1539873 Log: Correctly implement delegation filtering for container packages. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/trunk/java/org/apache/ca

svn commit: r1539872 - /tomcat/trunk/java/org/apache/catalina/webresources/CachedResource.java

2013-11-07 Thread markt
Author: markt Date: Fri Nov 8 00:08:25 2013 New Revision: 1539872 URL: http://svn.apache.org/r1539872 Log: Protect against possible NPE Modified: tomcat/trunk/java/org/apache/catalina/webresources/CachedResource.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/CachedResourc

svn commit: r1539855 - /tomcat/trunk/java/org/apache/catalina/webresources/AbstractFileResourceSet.java

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 22:49:00 2013 New Revision: 1539855 URL: http://svn.apache.org/r1539855 Log: Simplify. canRead() includes an exists() check. Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractFileResourceSet.java Modified: tomcat/trunk/java/org/apache/catal

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1539846 - /tomcat/trunk/test/org/apache/catalina/webresources/AbstractTestResourceSet.java

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 22:17:37 2013 New Revision: 1539846 URL: http://svn.apache.org/r1539846 Log: Add a couple of test cases. Modified: tomcat/trunk/test/org/apache/catalina/webresources/AbstractTestResourceSet.java Modified: tomcat/trunk/test/org/apache/catalina/webresources/Abs

buildbot retry in ASF Buildbot on tomcat-trunk

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

svn commit: r1539771 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 19:24:17 2013 New Revision: 1539771 URL: http://svn.apache.org/r1539771 Log: Add a workaround for a Jira bug (to be removed later) as Jira is being used for testing Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Modified: tomcat

buildbot success in ASF Buildbot on tomcat-trunk

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

buildbot success in ASF Buildbot on tomcat-7-trunk

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

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

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

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 17:09:20 2013 New Revision: 1539717 URL: http://svn.apache.org/r1539717 Log: Whitespace police Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Propchange: tomcat/tc7.0.x/trunk/ -

svn commit: r1539716 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 17:08:29 2013 New Revision: 1539716 URL: http://svn.apache.org/r1539716 Log: Whitespace police Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

buildbot failure in ASF Buildbot on tomcat-trunk

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

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

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 16:34:58 2013 New Revision: 1539705 URL: http://svn.apache.org/r1539705 Log: Various fixes: - Use Commons DBCP rather than commons-dbcp - Differentiate between DBCP 1.x and 2.x - Update for improvements in DBCP (mostly in Pool actually) around synchronization -

svn commit: r1539702 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 16:34:11 2013 New Revision: 1539702 URL: http://svn.apache.org/r1539702 Log: Various fixes: - Use Commons DBCP rather than commons-dbcp - Differentiate between DBCP 1.x and 2.x - Update for improvements in DBCP (mostly in Pool actually) around synchronization -

svn commit: r1539689 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 15:44:04 2013 New Revision: 1539689 URL: http://svn.apache.org/r1539689 Log: Revert unintended commit Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java URL

svn commit: r1539688 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 15:42:15 2013 New Revision: 1539688 URL: http://svn.apache.org/r1539688 Log: Testing the resources refactoring with Atlassian Jira Now a single entry in resourceEntries is used for classes, retain the URL so getResourceAsStream() still works after the class has been

Re: I'm back

2013-11-07 Thread Rainer Jung
On 06.11.2013 18:14, Filip Hanik (mailing lists) wrote: > Ladies and Gentlemen, > I'm back, it will take a little while to get up to speed on all changes but > I intend to get involved again, so go easy on me while I learn the new tools > of the trade ;) Cool, welcome and happy hacking! Rainer

[jira] [Comment Edited] (MTOMCAT-246) Allow for adding dirs/files to webapp classpath

2013-11-07 Thread Ondrej Burkert (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13815966#comment-13815966 ] Ondrej Burkert edited comment on MTOMCAT-246 at 11/7/13 1:46 PM: --

[jira] [Updated] (MTOMCAT-246) Allow for adding dirs/files to webapp classpath

2013-11-07 Thread Ondrej Burkert (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ondrej Burkert updated MTOMCAT-246: --- Attachment: sample.zip Sample simple project. It gets deployed correctly when the sample-en

RE: I'm back

2013-11-07 Thread Konstantin Preißer
> -Original Message- > From: Filip Hanik (mailing lists) [mailto:devli...@hanik.com] > Sent: Wednesday, November 6, 2013 6:14 PM > > Ladies and Gentlemen, > I'm back, it will take a little while to get up to speed on all changes but > I intend to get involved again, so go easy on me while

svn commit: r1539635 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 13:35:28 2013 New Revision: 1539635 URL: http://svn.apache.org/r1539635 Log: Need to remove classResources in stop() as they will be recreated in start() Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Modified: tomcat/trunk/java/

svn commit: r1539623 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 13:07:14 2013 New Revision: 1539623 URL: http://svn.apache.org/r1539623 Log: Consistently use path as key in our local resources cache to improve hit ratio Consistently convert binary names and resource names to paths to ensure consistent results when looking up res

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

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 12:55:32 2013 New Revision: 1539619 URL: http://svn.apache.org/r1539619 Log: More useful error message Modified: tomcat/trunk/java/org/apache/catalina/webresources/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

[jira] [Commented] (MTOMCAT-230) CLONE - Plugin uploads WAR file twice

2013-11-07 Thread Yury Zhauniarovich (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13815919#comment-13815919 ] Yury Zhauniarovich commented on MTOMCAT-230: I also had a problem of double u

[Bug 55663] Incorrect text in NOTICE file

2013-11-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55663 --- Comment #3 from Konstantin Kolinko --- Fixed in Tomcat Native trunk and 1.1.x. Tomcat Connectors (mod_jk) already use the correct text. -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1539596 - in /tomcat/native/branches/1.1.x: ./ NOTICE xdocs/miscellaneous/changelog.xml

2013-11-07 Thread kkolinko
Author: kkolinko Date: Thu Nov 7 11:14:41 2013 New Revision: 1539596 URL: http://svn.apache.org/r1539596 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55663 Minor correction to the wording of the NOTICE file to align it with http://www.apache.org/legal/src-headers.html#notice Modi

svn commit: r1539594 - /tomcat/native/trunk/NOTICE

2013-11-07 Thread kkolinko
Author: kkolinko Date: Thu Nov 7 11:09:19 2013 New Revision: 1539594 URL: http://svn.apache.org/r1539594 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55663 Minor correction to the wording of the NOTICE file to align it with http://www.apache.org/legal/src-headers.html#notice Modi

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

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 10:10:34 2013 New Revision: 1539583 URL: http://svn.apache.org/r1539583 Log: Add a response 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=1539583&r1=153

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

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 10:11:11 2013 New Revision: 1539584 URL: http://svn.apache.org/r1539584 Log: Clarify 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=1539584&r1=1539583&r2

[Bug 55404] ContextConfig#validateSecurityRoles emits three info log messages which contain a warning

2013-11-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55404 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1539580 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/startup/ webapps/docs/

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 10:06:11 2013 New Revision: 1539580 URL: http://svn.apache.org/r1539580 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55404 Log warnings about using security roles that are not defined in web.xml as warnings Modified: tomcat/tc6.0.x/trunk/ (prop

[Bug 55663] Incorrect text in NOTICE file

2013-11-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55663 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 09:58:27 2013 New Revision: 1539576 URL: http://svn.apache.org/r1539576 Log: Remove applied patch 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=1539576&

svn commit: r1539575 - in /tomcat/tc6.0.x/trunk: ./ NOTICE res/META-INF/default.notice webapps/docs/changelog.xml

2013-11-07 Thread markt
Author: markt Date: Thu Nov 7 09:57:47 2013 New Revision: 1539575 URL: http://svn.apache.org/r1539575 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55663 Minor correction to the wording of the NOTICE files to align them with http://www.apache.org/legal/src-headers.html#notice (viol

Re: org.apache.tomcat.util.net.AbstractEndpoint#shutdownExecutor lasts 5s?

2013-11-07 Thread Mark Thomas
On 07/11/2013 06:36, Konstantin Kolinko wrote: > SocketInputStream.read( ) used by BIO connector here ignores > Thread.interrupt(), > but if I understand it correctly it can be aborted by calling socket.close(). That should work but I'm not sure we have the necessary state information (I could b

Re: I'm back

2013-11-07 Thread Violeta Georgieva
2013/11/6 Filip Hanik (mailing lists) > > Ladies and Gentlemen, > I'm back, Welcome! Regards Violeta