https://issues.apache.org/bugzilla/show_bug.cgi?id=54241
Bug ID: 54241
Summary: NPE in BodyContentImpl
Product: Tomcat 7
Version: trunk
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: J
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-taglibs-standard has an issue affecting its community
integration.
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/3629
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
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/953
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sou
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240
Bug ID: 54240
Summary: Configurable system level tagPlugins.xml
Product: Tomcat 7
Version: trunk
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
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/3628
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
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/952
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=54239
--- Comment #2 from Sheldon Shao ---
Created attachment 29686
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29686&action=edit
Patch for Generator.java
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239
Sheldon Shao changed:
What|Removed |Added
Attachment #29684|application/octet-stream|text/plain
mime type|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239
--- Comment #1 from Sheldon Shao ---
Created attachment 29685
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29685&action=edit
ELInterpreterFactory
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239
Bug ID: 54239
Summary: Extensible EL Interpreter
Product: Tomcat 7
Version: trunk
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Com
https://issues.apache.org/bugzilla/show_bug.cgi?id=54194
Keiichi Fujino changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: kfujino
Date: Tue Dec 4 06:35:12 2012
New Revision: 1416794
URL: http://svn.apache.org/viewvc?rev=1416794&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54194
Make sure that connection pool mbean is not registered when jmxEnabled is
false.
Modified:
tomcat/tc
Author: kfujino
Date: Tue Dec 4 06:31:27 2012
New Revision: 1416793
URL: http://svn.apache.org/viewvc?rev=1416793&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54194
Make sure that connection pool mbean is not registered when jmxEnabled is
false.
Modified:
tomcat/tr
https://issues.apache.org/bugzilla/show_bug.cgi?id=54150
Keiichi Fujino changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: kfujino
Date: Tue Dec 4 06:08:22 2012
New Revision: 1416789
URL: http://svn.apache.org/viewvc?rev=1416789&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54150
Make sure that SlowQueryReportJmx mbean deregistered during webapp shutdown.
Modified:
tomcat/tc7.0.x/
Author: kfujino
Date: Tue Dec 4 06:03:27 2012
New Revision: 1416787
URL: http://svn.apache.org/viewvc?rev=1416787&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54150
Make sure that SlowQueryReportJmx mbean deregistered during webapp shutdown.
Modified:
tomcat/trunk/mo
2012/11/22 Rainer Jung :
> Integrate comments.apache.org with TC 7 docs on tomcat.apache.org:
>
> [X] +1, go ahead
> [ ] 0, I don't care
> [ ] -1, Don't integrate, because ...
>
+1
--
Keiichi.Fujino
-
To unsubscribe, e-mail
Dear Tomcat Developers,
I'm wondering if there's anything about SPDY connector implementation on the
Tomcat roadmap? I'm hoping to get some insight about it with Tomcat.
Thanks,
Elgs
-
To unsubscribe, e-mail: dev-unsubscr...@to
Author: markt
Date: Mon Dec 3 20:47:57 2012
New Revision: 1416660
URL: http://svn.apache.org/viewvc?rev=1416660&view=rev
Log:
Simplify the TimeZone handling in the AccessLogValve and correct a few edge
cases.
The previous code did not handle edge cases - for example (and what ID'd this
issue) t
Author: markt
Date: Mon Dec 3 20:46:07 2012
New Revision: 1416658
URL: http://svn.apache.org/viewvc?rev=1416658&view=rev
Log:
Simplify the TimeZone handling in the AccessLogValve and correct a few edge
cases.
The previous code did not handle edge cases - for example (and what ID'd this
issue) t
Currently the tomcat7-maven-plugin allows for the creation of an
executable jar, Which is fine but because it can't be deployed to tomcat,
it requires us to release two artifacts.
What I was thinking would be an alternate goal that would instead build a
war file for the application with the
On 03/12/12 16:22, Brian Burch wrote:
On 03/12/12 11:44, Brian Burch wrote:
On 02/12/12 22:00, Konstantin Kolinko wrote:
According to Buildbot logs, testBasicLoginSessionTimeout() runs for 2
minutes (125 seconds), mainly due to a sleep() call.
I wish there were a way to speed up this test.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
--- Comment #9 from Mark Thomas ---
As per the docs for closeMethod, that method exists solely to speed up the
freeing of resources that would otherwise be freed by GC.
--
You are receiving this mail because:
You are the assignee for the
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
--- Comment #8 from Michael Osipov <1983-01...@gmx.net> ---
(In reply to comment #5)
> Confirmed. This is a memory leak bug in jdbc-pool. PoolCleaner instances are
> retaining references to the ConnectionPool preventing it from being GC'd.
[
https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508842#comment-13508842
]
Sergio Fernández commented on MTOMCAT-187:
--
Not working for me:
org.
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/3626
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
On 03/12/12 11:44, Brian Burch wrote:
On 02/12/12 22:00, Konstantin Kolinko wrote:
According to Buildbot logs, testBasicLoginSessionTimeout() runs for 2
minutes (125 seconds), mainly due to a sleep() call.
I wish there were a way to speed up this test.
My thoughts
a) Maybe use reflection to
[
https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508828#comment-13508828
]
Olivier Lamy (*$^¨%`£) commented on MTOMCAT-187:
-1 == never :-)
[
https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508827#comment-13508827
]
Sergio Fernández commented on MTOMCAT-187:
--
Umm, not... I'll try it. What's the
[
https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508825#comment-13508825
]
Olivier Lamy (*$^¨%`£) commented on MTOMCAT-187:
Did you have a look at
[
https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergio Fernández updated MTOMCAT-187:
-
Description:
I tried to find this detail at the documentation, but sorry but I didn't.
Sergio Fernández created MTOMCAT-187:
Summary: Scan resources executing run goal
Key: MTOMCAT-187
URL: https://issues.apache.org/jira/browse/MTOMCAT-187
Project: Apache Tomcat Maven Plugin
Author: markt
Date: Mon Dec 3 15:51:12 2012
New Revision: 1416568
URL: http://svn.apache.org/viewvc?rev=1416568&view=rev
Log:
Fix a bunch of failing unit tests.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/ServerContainerImpl.java
tomcat/trunk/webapps/examples/WEB-INF/classes
On 03/12/2012 14:51, Violeta Georgieva wrote:
>>
>> From which git repository? I couldn't find that commit ID in the ASF git
>> repo for Tomcat trunk nor the GitHub mirror.
>
>
> Ok I understood where the missunderstanding is.
> That repo (in my github profile) is my own git-to-svn repo and is no
>
> From which git repository? I couldn't find that commit ID in the ASF git
> repo for Tomcat trunk nor the GitHub mirror.
Ok I understood where the missunderstanding is.
That repo (in my github profile) is my own git-to-svn repo and is not a
fork from the one available in github.
Having my own
https://issues.apache.org/bugzilla/show_bug.cgi?id=54220
--- Comment #3 from Mark Thomas ---
Proposed for 6.0.x
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr..
Author: markt
Date: Mon Dec 3 14:25:05 2012
New Revision: 1416539
URL: http://svn.apache.org/viewvc?rev=1416539&view=rev
Log:
Proposal
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=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=54220
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=54220
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Dec 3 14:21:12 2012
New Revision: 1416537
URL: http://svn.apache.org/viewvc?rev=1416537&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54220
The ErrorReportValve should only generate an error response if the error flag
on the response is true.
Modif
Author: markt
Date: Mon Dec 3 14:19:39 2012
New Revision: 1416535
URL: http://svn.apache.org/viewvc?rev=1416535&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54220
The ErrorReportValve should only generate an error response if the error flag
on the response is true.
Modif
Author: markt
Date: Mon Dec 3 14:18:31 2012
New Revision: 1416534
URL: http://svn.apache.org/viewvc?rev=1416534&view=rev
Log:
If the status code is an error but there was no response body, the error input
stream will be null. Handle this.
Modified:
tomcat/trunk/test/org/apache/catalina/star
On 03.12.2012 11:13, Mark Thomas wrote:
> There isn't much in the 7.0.x change log but it is the start of the
> month so I'm starting the 7.0.34 release process. The plan, as always is:
> - fix any open bugs
> - check the unit tests and TCKs
> - tag
> - vote
> - hopefully release
>
> Best guess ri
Author: rjung
Date: Mon Dec 3 14:13:04 2012
New Revision: 1416531
URL: http://svn.apache.org/viewvc?rev=1416531&view=rev
Log:
Only rename AccessLogValve file with renameOnrotate=true
if target file does not already exist.
We don't want to overwrite existing files. Prefer
not to rotate.
Typical
Author: rjung
Date: Mon Dec 3 14:10:30 2012
New Revision: 1416529
URL: http://svn.apache.org/viewvc?rev=1416529&view=rev
Log:
Only rename AccessLogValve file with renameOnrotate=true
if target file does not already exist.
We don't want to overwrite existing files. Prefer
not to rotate.
Typical
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
Author: markt
Date: Mon Dec 3 13:21:57 2012
New Revision: 1416502
URL: http://svn.apache.org/viewvc?rev=1416502&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53871
Improve error message for StackOverflowError
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat
Author: markt
Date: Mon Dec 3 13:18:34 2012
New Revision: 1416501
URL: http://svn.apache.org/viewvc?rev=1416501&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53871
Improve error message for StackOverflowError
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Cont
2012/12/3 Rainer Jung :
> On 03.12.2012 12:09, Konstantin Kolinko wrote:
>> 2012/11/29 :
>>> Author: rjung
>>> Date: Thu Nov 29 08:33:47 2012
>>> New Revision: 1415081
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1415081&view=rev
>>> Log:
>>> Add new ALV attribute "renameOnRotate" (Default:false)
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
--- Comment #7 from Levan ---
(In reply to comment #6)
> This has been fixed in trunk and 7.0.x and will be included in 7.0.34
> onwards.
Wow it turned out to be a bug. Glad I unintentionally found it )
I will update my answer on StackOve
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871
Mark Thomas changed:
What|Removed |Added
Severity|major |enhancement
--- Comment #6 from Mark
Author: markt
Date: Mon Dec 3 12:32:44 2012
New Revision: 1416490
URL: http://svn.apache.org/viewvc?rev=1416490&view=rev
Log:
Fix indent
Modified:
tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
URL:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54190
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
Author: markt
Date: Mon Dec 3 12:11:08 2012
New Revision: 1416483
URL: http://svn.apache.org/viewvc?rev=1416483&view=rev
Log:
Speed up unit test. Patch provided by Brian Burch.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/
Author: markt
Date: Mon Dec 3 12:10:05 2012
New Revision: 1416481
URL: http://svn.apache.org/viewvc?rev=1416481&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54190
Speed up unit test. Patch provided by Brian Burch.
Modified:
tomcat/trunk/test/org/apache/catalina/authe
On 03.12.2012 12:09, Konstantin Kolinko wrote:
> 2012/11/29 :
>> Author: rjung
>> Date: Thu Nov 29 08:33:47 2012
>> New Revision: 1415081
>>
>> URL: http://svn.apache.org/viewvc?rev=1415081&view=rev
>> Log:
>> Add new ALV attribute "renameOnRotate" (Default:false).
>>
>> If set to "true", the "fil
On 03.12.2012 12:09, Konstantin Kolinko wrote:
> 2012/11/29 :
>> Author: rjung
>> Date: Thu Nov 29 08:33:47 2012
>> New Revision: 1415081
>>
>> URL: http://svn.apache.org/viewvc?rev=1415081&view=rev
>> Log:
>> Add new ALV attribute "renameOnRotate" (Default:false).
>>
>> If set to "true", the "fil
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871
Matthias Schuetz changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WOR
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Dec 3 11:48:27 2012
New Revision: 1416459
URL: http://svn.apache.org/viewvc?rev=1416459&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
Prevent PoolCleaner instances retaining references to the ConnectionPool which
may result in a memory leak.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
Mark Thomas changed:
What|Removed |Added
Component|Documentation |jdbc-pool
Version|7.0.32
On 12/3/2012 5:39 AM, Rainer Jung wrote:
On 03.12.2012 12:27, Jess Holle wrote:
On 12/3/2012 5:09 AM, Mark Thomas wrote:
On 03/12/2012 11:00, Konstantin Kolinko wrote:
1. I think we need to switch over to the recently released Daemon
1.0.11.
There is a regression that needs to be fixed. I thi
Author: markt
Date: Mon Dec 3 11:45:47 2012
New Revision: 1416458
URL: http://svn.apache.org/viewvc?rev=1416458&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
Prevent PoolCleaner instances retaining references to the ConnectionPool which
may result in a memory leak.
On 02/12/12 22:00, Konstantin Kolinko wrote:
2012/11/29 :
Author: markt
Date: Thu Nov 29 14:35:02 2012
New Revision: 1415184
URL: http://svn.apache.org/viewvc?rev=1415184&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54190
Improve unit tests.
Patch by Brian Burch.
Modif
On 03.12.2012 12:27, Jess Holle wrote:
> On 12/3/2012 5:09 AM, Mark Thomas wrote:
>> On 03/12/2012 11:00, Konstantin Kolinko wrote:
>>> 1. I think we need to switch over to the recently released Daemon
>>> 1.0.11.
>> There is a regression that needs to be fixed. I think we should wait for
>> 1.0.12
https://issues.apache.org/bugzilla/show_bug.cgi?id=54235
Bug ID: 54235
Summary: tomcat jdbc pool stackoverflow error used with spring
Product: Tomcat Modules
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
On 12/3/2012 5:09 AM, Mark Thomas wrote:
On 03/12/2012 11:00, Konstantin Kolinko wrote:
1. I think we need to switch over to the recently released Daemon 1.0.11.
There is a regression that needs to be fixed. I think we should wait for
1.0.12.
Can you elaborate on the regression? [Having just m
https://issues.apache.org/bugzilla/show_bug.cgi?id=54190
Brian Burch changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=54190
--- Comment #7 from Brian Burch ---
Created attachment 29669
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29669&action=edit
Faster detection of expired session in timeout test case
Reduce run time of testBasicLoginSessionTime
https://issues.apache.org/bugzilla/show_bug.cgi?id=54116
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53565
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Dec 3 11:15:12 2012
New Revision: 1416450
URL: http://svn.apache.org/viewvc?rev=1416450&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53565
Fix a handful of Eclipse warnings in the JDBC pool source code
Modified:
tomcat/tc7.0.x/trunk/ (props c
On 03/12/2012 11:00, Konstantin Kolinko wrote:
> 2012/12/3 Mark Thomas :
>> There isn't much in the 7.0.x change log but it is the start of the
>> month so I'm starting the 7.0.34 release process. The plan, as always is:
>> - fix any open bugs
>> - check the unit tests and TCKs
>> - tag
>> - vote
>
2012/11/29 :
> Author: rjung
> Date: Thu Nov 29 08:33:47 2012
> New Revision: 1415081
>
> URL: http://svn.apache.org/viewvc?rev=1415081&view=rev
> Log:
> Add new ALV attribute "renameOnRotate" (Default:false).
>
> If set to "true", the "fileDateFormat" will not be part
> of the current log file. O
2012/12/3 Mark Thomas :
> There isn't much in the 7.0.x change log but it is the start of the
> month so I'm starting the 7.0.34 release process. The plan, as always is:
> - fix any open bugs
> - check the unit tests and TCKs
> - tag
> - vote
> - hopefully release
>
> Best guess right now is that I
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217
--- Comment #4 from Mark Thomas ---
There looks to be a memory leak here. Stopping the context should make the
connections eligible for GC but a reference is being retained by the
PoolCleaner thread.
--
You are receiving this mail because
There isn't much in the 7.0.x change log but it is the start of the
month so I'm starting the 7.0.34 release process. The plan, as always is:
- fix any open bugs
- check the unit tests and TCKs
- tag
- vote
- hopefully release
Best guess right now is that I'll be tagging 7.0.34 tomorrow.
Mark
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #5 from Mark Thomas ---
It has been over a week with no response to my request for further information.
I'll leave this open a little longer but without the requested information this
is going to get resolved as WORKSFORME.
--
Author: markt
Date: Mon Dec 3 09:47:56 2012
New Revision: 1416397
URL: http://svn.apache.org/viewvc?rev=1416397&view=rev
Log:
Use Pattern.quote() as suggested by kkolinko
Tighten up implementation. WS spec (draft 8, section 3.1.1.) states "if the
relative path is a URI template (level-1) the req
On 03/12/2012 08:51, Violeta Georgieva wrote:
> Hi Mark,
>
>> OK. First question. How did you create your git repo? I am trying to add
>> your repo as a remote repo to my own but there are no common ancestors.
>> I think I can hack around this but I'd like to understand how it
>> happened in the f
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/Password" page has been changed by markt:
http://wiki.apache.org/tomcat/FAQ/Password?action=diff&rev1=7&rev2=8
Comment:
Add note about how the config file should be protected
Hi Mark,
> OK. First question. How did you create your git repo? I am trying to add
> your repo as a remote repo to my own but there are no common ancestors.
> I think I can hack around this but I'd like to understand how it
> happened in the first place.
>
I'm using "git svn".
The last rebase th
83 matches
Mail list logo