https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
Daniel Koh changed:
What|Removed |Added
OS||All
--- Comment #1 from Daniel Koh -
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
Bug ID: 56649
Summary: Concurrent issue of TagFileProcessor
Product: Tomcat 7
Version: trunk
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=55582
Daniel Koh changed:
What|Removed |Added
CC||howeverk...@gmail.com
--
You are rec
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/192
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=44312
--- Comment #5 from Konstantin Kolinko ---
Fixed in Tomcat 8 by r1604066 and will be in 8.0.10 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: kkolinko
Date: Fri Jun 20 01:08:56 2014
New Revision: 1604066
URL: http://svn.apache.org/r1604066
Log:
Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=44312
Log an error if there is a conflict between Host and Alias names.
This also includes the following:
1. Implemented exactFind(
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/191
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source Sta
https://issues.apache.org/bugzilla/show_bug.cgi?id=44312
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|W
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/142
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sou
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/141
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=56648
Bug ID: 56648
Summary: ContainerBase.addChild blocks all user requests while
single webapp is being deployed
Product: Tomcat 7
Version: unspecified
Hardware: All
https://issues.apache.org/bugzilla/show_bug.cgi?id=56611
--- Comment #2 from Konstantin Kolinko ---
I fixed several other usages of isAnnotationPresent() method, missed by Mark.
It will be in 8.0.10, 7.0.55 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: kkolinko
Date: Thu Jun 19 20:42:43 2014
New Revision: 1604030
URL: http://svn.apache.org/r1604030
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56611
Refactor code to remove inefficient calls to Method.isAnnotationPresent().
Additional fixes that were missed in r1603591.
Mer
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/190
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: kkolinko
Date: Thu Jun 19 20:21:56 2014
New Revision: 1604029
URL: http://svn.apache.org/r1604029
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56588
Update according to the changes in Tomcat 8:
Un-deprecate Context.findApplicationListeners()
It is followup to r1600505, r1600
Author: kkolinko
Date: Thu Jun 19 20:02:48 2014
New Revision: 1604026
URL: http://svn.apache.org/r1604026
Log:
Use for-each iterations
Modified:
tomcat/trunk/java/org/apache/catalina/startup/WebAnnotationSet.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/WebAnnotationSet.java
U
Author: kkolinko
Date: Thu Jun 19 19:47:31 2014
New Revision: 1604024
URL: http://svn.apache.org/r1604024
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56611
Refactor code to remove inefficient calls to Method.isAnnotationPresent().
Additional fixed that were missed in r1603591.
Mo
Author: kkolinko
Date: Thu Jun 19 19:22:01 2014
New Revision: 1604014
URL: http://svn.apache.org/r1604014
Log:
Additional fix for BZ 56611
and remove method Tomcat$ExistingStandardWrapper.hasAsync(), because
1). This method should have been "final" as it is used by class constructor.
2). Wrapper.i
All,
I'm stuck on trying to get tcnative to build for x86_64.
When I run nmake with BUILD_CPU=x86_64, I get a bunch of compiler
warnings followed by a linker failure like this (apologies for the lack
of formatting).
One problem may be that I am running a 32-bit OS: is it possible to
build 64-bit
Konstantin,
On 6/19/14, 12:20 PM, Konstantin Preißer wrote:
> One other thing: Do you know which version of VC++ was used to date
> to build Tomcat Native?
I tried removing the Windows SDK and I was unable to link the compiled
objects. I think there are some required libraries in the SDK.
-chris
[X] Stable - go ahead and release as 8.0.9 (stable)
On Thu, Jun 19, 2014 at 8:59 AM, Jeanfrancois Arcand wrote:
>
>
>> The proposed 8.0.9 release is:
>> [ ] Broken - do not release
>> [ ] Alpha - go ahead and release as 8.0.9 (alpha)
>> [ ] Beta - go ahead and release as 8.0.9 (beta)
>> [X]
Hi Christopher,
thank you for your reply.
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Thursday, June 19, 2014 6:57 PM
>
> Konstantin,
>
> On 6/19/14, 12:20 PM, Konstantin Preißer wrote:
> > good work for creating a script to build tcnat
Author: kkolinko
Date: Thu Jun 19 17:23:34 2014
New Revision: 1603962
URL: http://svn.apache.org/r1603962
Log:
Align Wrapper javadoc with actual implementation that was changed by r926377.
Merged r1603947 from tomcat/trunk.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/
Author: kkolinko
Date: Thu Jun 19 17:21:36 2014
New Revision: 1603947
URL: http://svn.apache.org/r1603947
Log:
Align Wrapper javadoc with actual implementation that was changed by r926377.
Modified:
tomcat/trunk/java/org/apache/catalina/Wrapper.java
Modified: tomcat/trunk/java/org/apache/cat
Konstantin,
On 6/19/14, 12:20 PM, Konstantin Preißer wrote:
> good work for creating a script to build tcnative. Below are some
> comments/review of it.
Thanks for your review. See below for more.
FYI I *have* been reading your prior comments. I didn't want to get into
Power Shell because of my
Hi Christopher,
good work for creating a script to build tcnative. Below are some
comments/review of it.
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Thursday, June 19, 2014 3:21 PM
>
> All,
>
> I have a first-stab at a Windows batch sc
The proposed 8.0.9 release is:
[ ] Broken - do not release
[ ] Alpha - go ahead and release as 8.0.9 (alpha)
[ ] Beta - go ahead and release as 8.0.9 (beta)
[X] Stable - go ahead and release as 8.0.9 (stable)
Websocket & Comet/Servlet 3.1 Async tested.
-- Jeanfrancois
--
2014-06-18 23:40 GMT+02:00 Mark Thomas :
> I have been thinking about connector refactoring for Tomcat 9. Currently
> BIO is planned to be dropped due to the number of features in the
> servlet spec that rely on non-blocking IO.
>
> I would like to propose dropping support for Comet in Tomcat 9 on
2014-06-19 16:00 GMT+02:00 Mark Thomas :
> The proposed 8.0.9 release is:
> [ ] Broken - do not release
> [ ] Alpha - go ahead and release as 8.0.9 (alpha)
> [ ] Beta - go ahead and release as 8.0.9 (beta)
> [X] Stable - go ahead and release as 8.0.9 (stable)
>
Tests are ok, including now auto
The proposed Apache Tomcat 8.0.9 release is now available for voting.
The main changes since 8.0.8 are:
- Start to move towards RFC6265 for cookie handling
- Better error handling when the error occurs after the response has
been committed
- Various Jasper improvements to make it easier for othe
Added: dev/tomcat/tomcat-8/v8.0.9/src/apache-tomcat-8.0.9-src.tar.gz.md5
==
--- dev/tomcat/tomcat-8/v8.0.9/src/apache-tomcat-8.0.9-src.tar.gz.md5 (added)
+++ dev/tomcat/tomcat-8/v8.0.9/src/apache-tomcat-8.0.9-src.tar.gz.md5
https://issues.apache.org/bugzilla/show_bug.cgi?id=56640
--- Comment #3 from Konstantin Kolinko ---
For a reference,
some pointers for the current Tomcat 7.0.x code.
1) javax.servlet.ServletRequestWrapper.isAsyncSupported()
returns the value from the wrapped request object.
2) org.apache.catali
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363
--- Comment #22 from Christopher Schultz ---
(In reply to Konstantin Kolinko from comment #20)
> (In reply to Doug from comment #19)
>
> See current thread "Building tcnative on win32",
> "Building tcnative on win32 [progress!]" on dev mai
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363
--- Comment #21 from Christopher Schultz ---
(In reply to Doug from comment #19)
> As a result of the latest OpenSSL vulnerability in 1.0.1g, I've been trying
> the build described here. However, the resulting .dll is always 200-300 KB
> (t
Author: markt
Date: Thu Jun 19 12:43:51 2014
New Revision: 1603865
URL: http://svn.apache.org/r1603865
Log:
Bump version number after tagging
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/res/maven/mvn.properties.default
Modified: tomcat/trunk/build.properties.default
URL:
Author: markt
Date: Thu Jun 19 12:42:16 2014
New Revision: 1603862
URL: http://svn.apache.org/r1603862
Log:
Tag 8.0.9
Added:
tomcat/tc8.0.x/tags/TOMCAT_8_0_9/
- copied from r1603861, tomcat/trunk/
Modified:
tomcat/tc8.0.x/tags/TOMCAT_8_0_9/build.properties.default
Modified: tomcat/
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363
--- Comment #20 from Konstantin Kolinko ---
(In reply to Doug from comment #19)
See current thread "Building tcnative on win32",
"Building tcnative on win32 [progress!]" on dev mailing list.
http://tomcat.markmail.org/thread/ohhpa3k2kicyvj
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/139
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sou
Author: kkolinko
Date: Thu Jun 19 10:11:49 2014
New Revision: 1603811
URL: http://svn.apache.org/r1603811
Log:
Fix compilation failure.
(Followup to r1603781)
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java
Modified:
tomcat/tc7.0.x/trunk/test/org
Author: kkolinko
Date: Thu Jun 19 10:08:28 2014
New Revision: 1603810
URL: http://svn.apache.org/r1603810
Log:
vote
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=1603810&r1=1603809&r2
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/137
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: kkolinko
Date: Thu Jun 19 09:42:28 2014
New Revision: 1603790
URL: http://svn.apache.org/r1603790
Log:
Followup to the tests for fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334#c15
Enable result check for test 07g.
Merged r1603783 from tomcat/trunk.
Modified:
tomcat/
Author: kkolinko
Date: Thu Jun 19 09:39:44 2014
New Revision: 1603788
URL: http://svn.apache.org/r1603788
Log:
Correct a typo in changelog.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/weba
Author: kkolinko
Date: Thu Jun 19 09:34:14 2014
New Revision: 1603783
URL: http://svn.apache.org/r1603783
Log:
Followup to the tests for fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334#c15
Enable result check for test 07g.
Modified:
tomcat/trunk/test/org/apache/jasper/compil
Author: markt
Date: Thu Jun 19 09:31:43 2014
New Revision: 1603781
URL: http://svn.apache.org/r1603781
Log:
Add a new limit, defaulting to 2MB, for the amount of data Tomcat will swallow
for an aborted upload.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/o
Author: markt
Date: Thu Jun 19 09:30:52 2014
New Revision: 1603779
URL: http://svn.apache.org/r1603779
Log:
Grr. Different behaviours on different OSes
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java
Modified:
tomcat/trunk/test/org/apache/catalina/core/Te
Author: markt
Date: Thu Jun 19 09:26:32 2014
New Revision: 1603775
URL: http://svn.apache.org/r1603775
Log:
Correct test. Exceeded the swallow limit aborts the connection.
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java
Modified:
tomcat/trunk/test/org/apa
https://issues.apache.org/bugzilla/show_bug.cgi?id=54262
--- Comment #8 from Lucas Ventura Carro ---
And what about {tomcat.dist}/lib dir? Because those services are loaded anyway.
Debugging and watching the code of "WebappServiceLoader" and a google search
with "containerSciFilter", I see that
On 06/06/2014 14:51, Mark Thomas wrote:
> As I have said before, I'd like to get back to my original plane for
> monthly releases of 8.0.x. With that in mind - and unless some new bugs
> appear in the next few hours - I plan to tag 8.0.9 later today.
So, a few hours turned into a few weeks.
I'm j
Author: markt
Date: Thu Jun 19 09:06:39 2014
New Revision: 1603770
URL: http://svn.apache.org/r1603770
Log:
Add a new limit, defaulting to 2MB, for the amount of data Tomcat will swallow
for an aborted upload.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
50 matches
Mail list logo