Author: markt
Date: Mon Jul 27 10:47:31 2015
New Revision: 1692867
URL: http://svn.apache.org/r1692867
Log:
Stop Eclipse complaining
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
Modified:
The Buildbot has detected a build exception on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/32
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/31
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/75
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The
On 09/07/2015 18:50, Violeta Georgieva wrote:
2015-07-09 15:56 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com:
snip/
Reviewing DeployTask.java further (the code touched by
http://svn.apache.org/r1689941 )
For current trunk:
Author: markt
Date: Mon Jul 27 13:01:32 2015
New Revision: 1692876
URL: http://svn.apache.org/r1692876
Log:
Need to ignore this one given that we ignore exceptions all over the place.
Modified:
tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt
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/77
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103
--- Comment #8 from Mark Thomas ma...@apache.org ---
I'll take a look at this.
I think we do need to restore maxConnections support for NIO2 (probably with
the limit disabled by default). While I am confident that NIO2 can scale to as
many
Author: markt
Date: Mon Jul 27 15:18:49 2015
New Revision: 1692896
URL: http://svn.apache.org/r1692896
Log:
Add Java 9 support for JSPs
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java
URL:
Author: markt
Date: Mon Jul 27 15:44:34 2015
New Revision: 1692901
URL: http://svn.apache.org/r1692901
Log:
Disable maxConnections by default for NIO2 but still allow it to be set rather
than forcibly disabling maxConnections support with NIO2.
Modified:
Author: markt
Date: Mon Jul 27 15:13:17 2015
New Revision: 1692894
URL: http://svn.apache.org/r1692894
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58111
Update to Eclipse 4.5
Modified:
tomcat/trunk/build.properties.default
https://bz.apache.org/bugzilla/show_bug.cgi?id=58111
--- Comment #2 from Mark Thomas ma...@apache.org ---
I've updated Tomcat trunk. We'll see how that goes in the unit tests etc before
back-porting the update to 8.0.x.
--
You are receiving this mail because:
You are the assignee for the bug.
Thanks for your reply Mark. I know how OSS projects work. I was just hoping
that this issue, being rather small in fix-scope and large in impact-scope
would be picked up for the next release. I know also that you're not the
person usually maintaining the Connectors so I appreciate the new
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103
--- Comment #9 from Mark Thomas ma...@apache.org ---
Quick question. Do you see this on trunk or just 8.0.x?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103
--- Comment #10 from Mark Thomas ma...@apache.org ---
I've just answered my own question. Running this test case once on Windows
triggers the warning message once a second (roughly). Given how easy it is to
reproduce, a fix should be (fairly)
Hi all,
As of Tomcat 7.0.52 a bug was introduced which caused a regression with
CometProcessor servlets being served on Tomcat running with a
SecurityManager. I have created a bug report [1] and attached a patch
with a proposed fix. If there is anything else you need from me to push
this
https://bz.apache.org/bugzilla/show_bug.cgi?id=58116
--- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com ---
1. This is reproducible with examples webapp (comet chat example)
2. I think the same issue exists with Filter and CometFilter. I do not have an
example though. It needs a fix.
Author: markt
Date: Mon Jul 27 10:24:29 2015
New Revision: 1692858
URL: http://svn.apache.org/r1692858
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58179
Fix atomicity violation (concurrent requests could both see null as the old
value)
Modified:
tomcat/tc7.0.x/trunk/ (props
https://bz.apache.org/bugzilla/show_bug.cgi?id=58179
Mark Thomas ma...@apache.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Author: markt
Date: Mon Jul 27 10:29:51 2015
New Revision: 1692859
URL: http://svn.apache.org/r1692859
Log:
Remove unnecessary null check (Eclipse is getting better at following complex
code paths)
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
Author: markt
Date: Mon Jul 27 10:30:34 2015
New Revision: 1692860
URL: http://svn.apache.org/r1692860
Log:
Remove unnecessary suppressWarnings
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/NioSelectorPool.java
Author: markt
Date: Mon Jul 27 10:31:02 2015
New Revision: 1692861
URL: http://svn.apache.org/r1692861
Log:
No changes to available options in Mars (we should review those that are
currently disabled)
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
Author: markt
Date: Mon Jul 27 10:33:50 2015
New Revision: 1692863
URL: http://svn.apache.org/r1692863
Log:
Fix resource leak spotted by Eclipse by using try-with-resources
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/jasper/JspC.java
Author: markt
Date: Mon Jul 27 10:42:38 2015
New Revision: 1692865
URL: http://svn.apache.org/r1692865
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
URL:
Author: markt
Date: Mon Jul 27 10:44:41 2015
New Revision: 1692866
URL: http://svn.apache.org/r1692866
Log:
Auto-boxing warnings
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151
--- Comment #7 from gregh gregh3...@gmail.com ---
Centos 7 running via jsvc
PID USER PR NIVIRTRESSHR S %CPU %MEM TIME+ COMMAND
1459 runner20 0 4588960 578536 8312 S 263.0 15.4 8:00.51 jsvc
:{
--
On 27/07/2015 00:05, George Stanchev wrote:
Is there anyone working on connectors or Apache is doing just
emergency security releases?
As with all ASF projects, committers work on projects when they want to
and when they have time to.
At the moment, I'm working on a 1.2.41 release (as you can
Author: markt
Date: Mon Jul 27 09:34:45 2015
New Revision: 1692847
URL: http://svn.apache.org/r1692847
Log:
Fix formatting nit
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
URL:
Author: markt
Date: Mon Jul 27 09:42:58 2015
New Revision: 1692849
URL: http://svn.apache.org/r1692849
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58179
Fix atomicity violation (concurrent requests could both see null as the old
value)
Modified:
Author: markt
Date: Mon Jul 27 09:48:53 2015
New Revision: 1692850
URL: http://svn.apache.org/r1692850
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58179
Fix atomicity violation (concurrent requests could both see null as the old
value)
Modified:
tomcat/tc8.0.x/trunk/ (props
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/74
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836
Mark Thomas ma...@apache.org changed:
What|Removed |Added
OS||All
--- Comment #2 from
https://bz.apache.org/bugzilla/show_bug.cgi?id=58076
Mark Thomas ma...@apache.org changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
33 matches
Mail list logo