https://bz.apache.org/bugzilla/show_bug.cgi?id=58882
Violeta Georgieva changed:
What|Removed |Added
Resolution|WORKSFORME |INVALID
--
You are receiving this
https://bz.apache.org/bugzilla/show_bug.cgi?id=58882
venkat changed:
What|Removed |Added
CC||skanda...@gmail.com
Status|NEW
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
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:
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.
-
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
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
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
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
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
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.
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
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
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
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
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
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
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
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-
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
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
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
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
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
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.
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:
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
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
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
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
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/
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
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
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
-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.
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
36 matches
Mail list logo