To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-validate has an issue affecting its community integration.
Th
https://issues.apache.org/bugzilla/show_bug.cgi?id=56310
Filip Hanik changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Filip H
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318
--- Comment #4 from Filip Hanik ---
Not sure this would be a bug. It is your responsibility to close statements in
your application. However, you can configure the pool to do it for you
https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.ht
Author: markt
Date: Wed Mar 26 21:24:08 2014
New Revision: 1582066
URL: http://svn.apache.org/r1582066
Log:
Update changelog for try-with-resources
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tr
Author: markt
Date: Wed Mar 26 21:22:31 2014
New Revision: 1582064
URL: http://svn.apache.org/r1582064
Log:
Complete first pass of try-with-resources
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
tomcat/trunk/java/org/apache/juli/FileHandler.java
tomcat/trunk/java/org/apache/tomcat/buildutil
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318
--- Comment #3 from Danila Galimov ---
No, could you please clarify how can I do that?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To uns
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/5640
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: kkolinko
Revision: 1582009
Modified property: svn:log
Modified: svn:log at Wed Mar 26 19:50:41 2014
--
--- svn:log (original)
+++ svn:log Wed Mar 26 19:50:41 2014
@@ -0,0 +1,2 @@
+Fix custom UTF-8 decoder so that a
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313
--- Comment #13 from Timcesq ---
A quick workaround would be to check for NULL before doing the read. However,
if the library is designed so that there shouldn't be any NULLs at this point
in the code, such patch would only mask the underly
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313
--- Comment #12 from Timcesq ---
What I meant is that the s->pe is NULL, so a read from that address crashes the
application.
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313
Timcesq changed:
What|Removed |Added
OS||All
--- Comment #11 from Timcesq ---
I
On 26/03/2014 16:01, Mark Thomas wrote:
> On 26/03/2014 15:59, Rémy Maucherat wrote:
>> Hi,
>>
>> As I was looking at 55988, the testsuite seems to have two issues with Java
>> 8 at the moment:
>> - test.name=org/apache/tomcat/util/buf/TestUtf8.java
>> UTF-8 experts wanted !
>
> That will be me. I
Author: markt
Date: Wed Mar 26 18:53:36 2014
New Revision: 1582010
URL: http://svn.apache.org/r1582010
Log:
Fix custom UTF-8 decoder so that a byte of value 0xC1 is always rejected
immediately as it is never valid in a UTF-8 byte sequence. Update UTF-8 decoder
tests to account for UTF-8 decoding
Author: markt
Date: Wed Mar 26 18:49:43 2014
New Revision: 1582009
URL: http://svn.apache.org/r1582009
Log: (empty)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Decoder.java
tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java
tomcat/trunk/webapps/docs/changelog.xm
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/5639
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313
--- Comment #10 from Timcesq ---
Created attachment 31441
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31441&action=edit
JMeter test plan
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313
Timcesq changed:
What|Removed |Added
OS|All |Windows 8
--
You are receiving this mai
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318
--- Comment #2 from Christopher Schultz ---
Have you enabled "abandoned" logging? I believe tomcat-pool is less kind than
DBCP when you have resource leaks in your application.
--
You are receiving this mail because:
You are the assignee
Konstantin,
On 3/25/14, 4:30 PM, Konstantin Kolinko wrote:
> 2014-03-26 0:20 GMT+04:00 Christopher Schultz :
>> All,
>>
>> I've only just started running Tomcat under the Eclipse Debugger and it
>> seemed to take forever to launch -- due to web application deployment.
>> See below for the catalina
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313
--- Comment #9 from Christopher Schultz ---
Could you provide a JMeter test case? I'm sure that would be helpful. I'm not
win32 dev, but I'm sure something that can reproduce the issue would be helpful
to whoever looks at this.
--
You are
2014-03-26 17:10 GMT+01:00 Konstantin Kolinko :
> 1. Can you cite what the errors are?
>
An error occurred at line: [22] in the generated java file:
[C:\Work\apache-tomcat-8.0.5-src\output\test-tmp\work\Tomcat\localhost\test\org\apache\jsp\bug5\bug54242_jsp.java]
The type new Iterator(){} mu
2014-03-26 19:59 GMT+04:00 Rémy Maucherat :
> Hi,
>
> As I was looking at 55988, the testsuite seems to have two issues with Java
> 8 at the moment:
> - test.name=org/apache/tomcat/util/buf/TestUtf8.java
> UTF-8 experts wanted !
> - test.name=org/apache/jasper/tagplugins/jstl/core/TestForEach.java
On 26/03/2014 15:59, Rémy Maucherat wrote:
> Hi,
>
> As I was looking at 55988, the testsuite seems to have two issues with Java
> 8 at the moment:
> - test.name=org/apache/tomcat/util/buf/TestUtf8.java
> UTF-8 experts wanted !
That will be me. I went over this in great deal when I was looking at
Author: markt
Date: Wed Mar 26 16:00:10 2014
New Revision: 1581900
URL: http://svn.apache.org/r1581900
Log:
More try-with-resources
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
tomcat/trunk/java/org/apache/jasper/compiler/Comp
Hi,
As I was looking at 55988, the testsuite seems to have two issues with Java
8 at the moment:
- test.name=org/apache/tomcat/util/buf/TestUtf8.java
UTF-8 experts wanted !
- test.name=org/apache/jasper/tagplugins/jstl/core/TestForEach.java
This would look like a JDT configuration issue or bug, it
Author: markt
Date: Wed Mar 26 15:36:47 2014
New Revision: 1581890
URL: http://svn.apache.org/r1581890
Log:
More try-with-resources
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
h
Author: markt
Date: Wed Mar 26 15:36:31 2014
New Revision: 1581889
URL: http://svn.apache.org/r1581889
Log:
Locks should be outside try/finally
Modified:
tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java
tomcat/trunk/java/org/apache/coyote/http11/InternalAprOutputBuff
Author: markt
Date: Wed Mar 26 15:31:00 2014
New Revision: 1581888
URL: http://svn.apache.org/r1581888
Log:
Locks should be outside try/finally
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
URL:
Author: markt
Date: Wed Mar 26 14:52:31 2014
New Revision: 1581875
URL: http://svn.apache.org/r1581875
Log:
More try-with-resources
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java
tomcat/trunk/java/org/apache/catalina/
Author: markt
Date: Wed Mar 26 14:48:32 2014
New Revision: 1581872
URL: http://svn.apache.org/r1581872
Log:
Locks should be outside try/finally
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/tip
Author: markt
Date: Wed Mar 26 14:45:13 2014
New Revision: 1581871
URL: http://svn.apache.org/r1581871
Log:
Locks should be outside try/finally
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/OrderInterceptor.java
Modified:
tomcat/trunk/java/org/apache/catalina/tr
Author: markt
Date: Wed Mar 26 14:40:03 2014
New Revision: 1581867
URL: http://svn.apache.org/r1581867
Log:
More try-with-resources
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
tomcat/trunk/java/org/apache/catalina/storeconfig/StandardContextSF.java
tomcat/trunk/java/org/apache/catalina/sto
Author: markt
Date: Wed Mar 26 14:33:44 2014
New Revision: 1581864
URL: http://svn.apache.org/r1581864
Log:
More try-with-resources
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
tomcat/trunk/java/org/apache/catalina/startup/Catalina.java
tomcat/trunk/java/org/apache/catalina/startup/ContextC
On 26/03/2014 14:08, Rémy Maucherat wrote:
> 2014-03-26 14:52 GMT+01:00 Mark Thomas :
>
>> Yes, it is a solvable problem as long as you drop the self-imposed
>> requirement to run on top of the Servlet API. Now the difficulties are
>> understood, I'm beginning to think about dropping that requirem
2014-03-26 14:52 GMT+01:00 Mark Thomas :
> Yes, it is a solvable problem as long as you drop the self-imposed
> requirement to run on top of the Servlet API. Now the difficulties are
> understood, I'm beginning to think about dropping that requirement and
> using some of the Tomcat internals direc
On 26/03/2014 13:22, Rémy Maucherat wrote:
> 2014-03-26 12:18 GMT+01:00 Mark Thomas :
>
>> All,
>>
>> Most (all?) of the presentations from ApacheCon NA 2013 are now
>> available on YouTube. To help you to navigate to the Tomcat
>> presentations we have created this page:
>> http://tomcat.apache.o
2014-03-26 12:18 GMT+01:00 Mark Thomas :
> All,
>
> Most (all?) of the presentations from ApacheCon NA 2013 are now
> available on YouTube. To help you to navigate to the Tomcat
> presentations we have created this page:
> http://tomcat.apache.org/presentations.html
>
> Nice, I just went and read
Author: markt
Date: Wed Mar 26 13:11:34 2014
New Revision: 1581821
URL: http://svn.apache.org/r1581821
Log:
Fix Javadoc
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
URL:
http://svn
Author: markt
Date: Wed Mar 26 13:09:39 2014
New Revision: 1581820
URL: http://svn.apache.org/r1581820
Log:
More try-with-resources
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
tomcat/trunk/java/org/apache/catalina/session/JDBCStore.java
tomcat/trunk/java/org/apache/catalina/session/LocalSt
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318
Mark Thomas changed:
What|Removed |Added
Component|Catalina|jdbc-pool
Version|7.0.50
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318
Bug ID: 56318
Summary: Oracle DB cursors are leaking when using
org.apache.tomcat.jdbc.pool.DataSourceFactory
Product: Tomcat 7
Version: 7.0.50
Hardware: PC
Author: markt
Date: Wed Mar 26 11:36:45 2014
New Revision: 1581789
URL: http://svn.apache.org/r1581789
Log:
More try-with-resources
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
tomcat/trunk/java/org/apache/catalina/session/FileStore.java
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
http://svn.
All,
Most (all?) of the presentations from ApacheCon NA 2013 are now
available on YouTube. To help you to navigate to the Tomcat
presentations we have created this page:
http://tomcat.apache.org/presentations.html
As well as the videos, links to the slides for a number of other
presentations are
Author: markt
Date: Wed Mar 26 11:14:49 2014
New Revision: 1581785
URL: http://svn.apache.org/r1581785
Log:
Add a page for Tomcat presentations.
Added:
tomcat/site/trunk/docs/presentations.html (with props)
tomcat/site/trunk/xdocs/presentations.xml (with props)
Modified:
tomcat/si
Author: remm
Date: Wed Mar 26 10:11:06 2014
New Revision: 1581778
URL: http://svn.apache.org/r1581778
Log:
- Remove useless IOE on flush.
- Remove nearly all extra fields from the socket wrapper.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpNio2Processor.java
tomcat/trunk/java/org
45 matches
Mail list logo