[Bug 58882] when i try to deploy my war it is not deploying

2016-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58882 Violeta Georgieva changed: What|Removed |Added Resolution|WORKSFORME |INVALID -- You are receiving this

[Bug 58882] when i try to deploy my war it is not deploying

2016-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58882 venkat changed: What|Removed |Added CC||skanda...@gmail.com Status|NEW

[Bug 58882] New: when i try to deploy my war it is not deploying

2016-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58882 Bug ID: 58882 Summary: when i try to deploy my war it is not deploying Product: Tomcat 7 Version: 7.0.1 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2016-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #11 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #4) > It sounds like a duplicate of bug 57823. > > > By the way, regarding > org.apache.catalina.startup.ContextConfig.processAnnotationsFile() > method:

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2016-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #10 from Konstantin Kolinko --- The fix is in Tomcat 8.0.11 onwards. Fixed in Tomcat 7 (r1725170) and will be in 7.0.68 onwards. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1725170 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2016-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 18 03:30:42 2016 New Revision: 1725170 URL: http://svn.apache.org/viewvc?rev=1725170&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=56785 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58766#c4 1) Slightly improve performance of scanning a direc

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

2016-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 18 02:53:30 2016 New Revision: 1725169 URL: http://svn.apache.org/viewvc?rev=1725169&view=rev Log: Reorder according to BZ issue number. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: ht

svn commit: r1725168 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 18 02:52:00 2016 New Revision: 1725168 URL: http://svn.apache.org/viewvc?rev=1725168&view=rev Log: Reorder according to BZ issue number. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: ht

svn commit: r1725167 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2016-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 18 02:50:15 2016 New Revision: 1725167 URL: http://svn.apache.org/viewvc?rev=1725167&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58766#c4 Slightly improve performance of scanning a directory: check the file name first, as file.canRead() is an I/O

svn commit: r1725165 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2016-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 18 02:45:49 2016 New Revision: 1725165 URL: http://svn.apache.org/viewvc?rev=1725165&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58766#c4 Slightly improve performance of scanning a directory: check the file name first, as file.canRead() is an I/O

svn commit: r1725156 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/HostConfig.java

2016-01-17 Thread kkolinko
Author: kkolinko Date: Mon Jan 18 00:04:59 2016 New Revision: 1725156 URL: http://svn.apache.org/viewvc?rev=1725156&view=rev Log: Followup to r1725155. Move digester.reset() call even earlier, before closing the streams. Streams are local, digester is a shared instance. Modified: tomcat/tc7.

svn commit: r1725155 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 23:56:27 2016 New Revision: 1725155 URL: http://svn.apache.org/viewvc?rev=1725155&view=rev Log: Small code improvements in HostConfig class: 1) In deployWAR() call digester.reset() first before doing non-trivial work such as "new URL(...)", because digester is a

buildbot success in ASF Buildbot on tomcat-trunk

2016-01-17 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/937 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1725154 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 23:47:14 2016 New Revision: 1725154 URL: http://svn.apache.org/viewvc?rev=1725154&view=rev Log: Small code improvements in HostConfig class: 1) In deployWAR() call digester.reset() first before doing non-trivial work such as "new URL(...)", because digester is a

svn commit: r1725150 - in /tomcat/trunk: java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 23:41:04 2016 New Revision: 1725150 URL: http://svn.apache.org/viewvc?rev=1725150&view=rev Log: Small code improvements in HostConfig class: 1) In deployWAR() call digester.reset() first before doing non-trivial work such as "new URL(...)", because digester is a

svn commit: r1725142 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2016-01-17 Thread rjung
Author: rjung Date: Sun Jan 17 22:32:36 2016 New Revision: 1725142 URL: http://svn.apache.org/viewvc?rev=1725142&view=rev Log: Remove further unused structure members, static functions and pcre method calls. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/nat

svn commit: r1725140 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2016-01-17 Thread rjung
Author: rjung Date: Sun Jan 17 21:28:14 2016 New Revision: 1725140 URL: http://svn.apache.org/viewvc?rev=1725140&view=rev Log: Remove unused defines and parameters in PCRE handling to ease migrating to PCRE2. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/na

buildbot failure in ASF Buildbot on tomcat-trunk

2016-01-17 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/936 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1725135 - /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup/TestTomcat.java

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 21:15:16 2016 New Revision: 1725135 URL: http://svn.apache.org/viewvc?rev=1725135&view=rev Log: Simplify code by importing a more popular class. No functional change. Backport of r1725132 from tomcat/tc8.0.x/trunk. Modified: tomcat/tc6.0.x/branches/tomcat6-

svn commit: r1725132 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/TestTomcat.java

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 21:11:30 2016 New Revision: 1725132 URL: http://svn.apache.org/viewvc?rev=1725132&view=rev Log: Simplify code by importing a more popular class. No functional change. javax.naming.Context vs. org.apache.catalina.Context The first is used only twice, the second is

svn commit: r1725131 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/startup/TestTomcat.java

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 21:09:21 2016 New Revision: 1725131 URL: http://svn.apache.org/viewvc?rev=1725131&view=rev Log: Simplify code by importing a more popular class. No functional change. javax.naming.Context vs. org.apache.catalina.Context The first is used only twice, the second is

buildbot success in ASF Buildbot on tomcat-trunk

2016-01-17 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/935 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1725130 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/TestTomcat.java

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 21:07:01 2016 New Revision: 1725130 URL: http://svn.apache.org/viewvc?rev=1725130&view=rev Log: Simplify diagnostics by showing response text in Assert message. These tests depend on examples app being built and may fail when run from Eclipse IDE. Merged r172512

svn commit: r1725128 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/startup/TestTomcat.java

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 21:04:48 2016 New Revision: 1725128 URL: http://svn.apache.org/viewvc?rev=1725128&view=rev Log: Simplify diagnostics by showing response text in Assert message. These tests depend on examples app being built and may fail when run from Eclipse IDE. Merged r172512

svn commit: r1725127 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 21:02:02 2016 New Revision: 1725127 URL: http://svn.apache.org/viewvc?rev=1725127&view=rev Log: Simplify code by importing a more popular class. javax.naming.Context vs. org.apache.catalina.Context The first is used only twice, the second is used a dozen of times.

svn commit: r1725126 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java

2016-01-17 Thread kkolinko
Author: kkolinko Date: Sun Jan 17 20:54:16 2016 New Revision: 1725126 URL: http://svn.apache.org/viewvc?rev=1725126&view=rev Log: Simplify diagnostics by showing response text in Assert message. These tests depend on examples app being built and may fail when run from Eclipse IDE. Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2016-01-17 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/934 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1725113 - in /tomcat/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/session/ webapps/docs/config/

2016-01-17 Thread markt
Author: markt Date: Sun Jan 17 19:34:00 2016 New Revision: 1725113 URL: http://svn.apache.org/viewvc?rev=1725113&view=rev Log: Pull up the sessionAttributeFilter option from the cluster managers, rename it to sessionAttributeNameFilter and make it available in all Manager implementations. Modif

svn commit: r1725105 [1/4] - in /tomcat/jk/trunk: native/iis/pcre/ native/iis/pcre/doc/ native/iis/pcre/doc/html/ native/iis/pcre/sljit/ native/iis/pcre/testdata/ xdocs/miscellaneous/

2016-01-17 Thread rjung
Author: rjung Date: Sun Jan 17 17:23:28 2016 New Revision: 1725105 URL: http://svn.apache.org/viewvc?rev=1725105&view=rev Log: Update PCRE bundled with IIS to version 8.38. Modified: tomcat/jk/trunk/native/iis/pcre/132html tomcat/jk/trunk/native/iis/pcre/ChangeLog tomcat/jk/trunk/nati

svn commit: r1725105 [4/4] - in /tomcat/jk/trunk: native/iis/pcre/ native/iis/pcre/doc/ native/iis/pcre/doc/html/ native/iis/pcre/sljit/ native/iis/pcre/testdata/ xdocs/miscellaneous/

2016-01-17 Thread rjung
Modified: tomcat/jk/trunk/native/iis/pcre/sljit/sljitNativeTILEGX_64.c URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/pcre/sljit/sljitNativeTILEGX_64.c?rev=1725105&r1=1725104&r2=1725105&view=diff == --- tomca

svn commit: r1725105 [3/4] - in /tomcat/jk/trunk: native/iis/pcre/ native/iis/pcre/doc/ native/iis/pcre/doc/html/ native/iis/pcre/sljit/ native/iis/pcre/testdata/ xdocs/miscellaneous/

2016-01-17 Thread rjung
Modified: tomcat/jk/trunk/native/iis/pcre/doc/pcrepattern.3 URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/pcre/doc/pcrepattern.3?rev=1725105&r1=1725104&r2=1725105&view=diff == --- tomcat/jk/trunk/native/iis/

svn commit: r1725105 [2/4] - in /tomcat/jk/trunk: native/iis/pcre/ native/iis/pcre/doc/ native/iis/pcre/doc/html/ native/iis/pcre/sljit/ native/iis/pcre/testdata/ xdocs/miscellaneous/

2016-01-17 Thread rjung
Modified: tomcat/jk/trunk/native/iis/pcre/doc/pcre.txt URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/pcre/doc/pcre.txt?rev=1725105&r1=1725104&r2=1725105&view=diff == --- tomcat/jk/trunk/native/iis/pcre/doc/p

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

2016-01-17 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160117.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

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

2016-01-17 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160117.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

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

2016-01-17 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20160117-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20160117/lib -Dtest.relaxTiming=true -Dcommons-daemon.

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

2016-01-17 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160117.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo