https://issues.apache.org/bugzilla/show_bug.cgi?id=49998
brian.weisle...@gmail.com changed:
What|Removed |Added
CC||brian.weisle...@gmail.co
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998
--- Comment #1 from brian.weisle...@gmail.com 2010-10-01 00:30:53 EDT ---
Created an attachment (id=26109)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26109)
Patch to allow single quotes to be used in jsp namespace declaration
https://issues.apache.org/bugzilla/show_bug.cgi?id=49985
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49856
--- Comment #2 from Mark Thomas 2010-09-30 18:19:41 EDT ---
Fixed in trunk and will be included in 7.0.3 onwards.
Proposed for 6.0.x.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are recei
Author: markt
Date: Thu Sep 30 22:19:15 2010
New Revision: 1003323
URL: http://svn.apache.org/viewvc?rev=1003323&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
I think I now have a nice improvement to the memory leak protection (see BZ
49159). If you have time to review it, it would be a nice addition to this
release...
Sylvain
On 30 sept. 2010, at 19:38, Mark Thomas wrote:
> I'm done with the async re-factoring. I want to run through a complete
> se
https://issues.apache.org/bugzilla/show_bug.cgi?id=49159
sylvain.laur...@gmail.com changed:
What|Removed |Added
Attachment #26074|0 |1
is obsolete|
On 30/09/2010 22:50, ◙ Ludovic BERT ◙ wrote:
> Dear,
>
> I have developed a more flexible DataSourceRealm than the one provided in
> standard with Tomcat. This new DataSourceRealm is strictly the same than the
> one which is provided in standard, the difference is only in the way to
> configure it
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428
Mark Thomas changed:
What|Removed |Added
Version|6.0.0 |6.0.29
--- Comment #9 from Mark Thom
Author: markt
Date: Thu Sep 30 21:52:06 2010
New Revision: 1003307
URL: http://svn.apache.org/viewvc?rev=1003307&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
Author: markt
Date: Thu Sep 30 21:47:46 2010
New Revision: 1003304
URL: http://svn.apache.org/viewvc?rev=1003304&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49856
Add an executorName attribute to Connectors so it is possible to trace
ThreadPool to Connector to Executor vi
Author: markt
Date: Thu Sep 30 21:40:11 2010
New Revision: 1003301
URL: http://svn.apache.org/viewvc?rev=1003301&view=rev
Log:
Fix Eclipse warnings
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java
Modified: tomcat/trunk/java/org/apache/catalina/core/StandardTh
Author: markt
Date: Thu Sep 30 21:39:16 2010
New Revision: 1003299
URL: http://svn.apache.org/viewvc?rev=1003299&view=rev
Log:
Register and deregister Executors in JMX
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java
Modified: tomcat/trunk/java/org/apache/cata
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428
--- Comment #8 from nogunha 2010-09-30 16:29:03 EDT
---
What happens is we are able to map the drive in windows explorer in windows7
but it creates three mappings and when you click on each mapping it does not
open the sub folders on the r
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428
nogunha changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49730
--- Comment #4 from Mark Thomas 2010-09-30 14:05:30 EDT ---
Thanks for the analysis and the patch.
Patch applied to 7.0.x and will be in 7.0.3 onwards.
Patch proposed for 6.0.x
In terms of compatibility, we try and aim for binary compati
Author: markt
Date: Thu Sep 30 18:03:59 2010
New Revision: 1003192
URL: http://svn.apache.org/viewvc?rev=1003192&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
Author: markt
Date: Thu Sep 30 18:00:23 2010
New Revision: 1003187
URL: http://svn.apache.org/viewvc?rev=1003187&view=rev
Log:
Fix warnings in this package
Modified:
tomcat/trunk/java/org/apache/tomcat/util/threads/TaskQueue.java
tomcat/trunk/java/org/apache/tomcat/util/threads/TaskThread
Author: markt
Date: Thu Sep 30 17:56:42 2010
New Revision: 1003183
URL: http://svn.apache.org/viewvc?rev=1003183&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49730
Race condition in executor can lead to long delays in request processing
Modified:
tomcat/trunk/java/org/
I'm done with the async re-factoring. I want to run through a complete
set of tests but I'm not expecting any major issues.
My plan for 7.0.3 is currently:
- fix as many bugs as I can between now and the weekend
- run the tests (JUnit, TCK) over the weekend
- assuming no failures, tag and roll the
On 30.09.2010 19:10, Mark Thomas wrote:
On 30/09/2010 17:46, Mark Thomas wrote:
I took a look with Wireshark and it appears the END_RESPONSE message is
being sent in the same packet as the response body. For the AJP/BIO
connector they are in separate packets. Not sure what, if anything, that
has
Author: markt
Date: Thu Sep 30 17:35:35 2010
New Revision: 1003177
URL: http://svn.apache.org/viewvc?rev=1003177&view=rev
Log:
Fix the root cause of the previous TCK failures (badly re-factored flush()) and
restore the changes that were just working around the symptoms (poller stuff).
Servlet 3.0
On 30/09/2010 17:46, Mark Thomas wrote:
> I took a look with Wireshark and it appears the END_RESPONSE message is
> being sent in the same packet as the response body. For the AJP/BIO
> connector they are in separate packets. Not sure what, if anything, that
> has to do with the problem.
I think I
On 30/09/2010 17:28, Rainer Jung wrote:
> On 30.09.2010 18:16, ma...@apache.org wrote:
>> Author: markt
>> Date: Thu Sep 30 16:16:05 2010
>> New Revision: 1003136
>>
>> URL: http://svn.apache.org/viewvc?rev=1003136&view=rev
>> Log:
>> Fix remaining issues with AJP/APR and TCK. Note mod_jk log is fu
On 30.09.2010 18:16, ma...@apache.org wrote:
Author: markt
Date: Thu Sep 30 16:16:05 2010
New Revision: 1003136
URL: http://svn.apache.org/viewvc?rev=1003136&view=rev
Log:
Fix remaining issues with AJP/APR and TCK. Note mod_jk log is full of warnings
so there is still work to do here.
If you
https://issues.apache.org/bugzilla/show_bug.cgi?id=49728
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Sep 30 16:26:23 2010
New Revision: 1003140
URL: http://svn.apache.org/viewvc?rev=1003140&view=rev
Log:
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49728
Improve PID file handling when another process is managing the PID file and
Tomcat does not have write acce
Author: markt
Date: Thu Sep 30 16:16:05 2010
New Revision: 1003136
URL: http://svn.apache.org/viewvc?rev=1003136&view=rev
Log:
Fix remaining issues with AJP/APR and TCK. Note mod_jk log is full of warnings
so there is still work to do here.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/A
Dear wiki user,
You have subscribed to a wiki page "Tomcat Wiki" for change notification.
The page SupportAndTraining has been reverted to revision 21 by markt.
The comment on this change is: Spam removal.
http://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=22&rev2=23
-
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "SupportAndTraining" page has been changed by morgy18a.
The comment on this change is: fixed error.
http://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=21&rev2=22
Author: markt
Date: Thu Sep 30 13:44:11 2010
New Revision: 1003065
URL: http://svn.apache.org/viewvc?rev=1003065&view=rev
Log:
Fix some of the remaining issues with the AJP/APR connector post async
refactoring. Still does not pass the TCK.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/Ab
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by Matthieu SEDIRI.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=266&rev2=267
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=49987
Tim Whittington changed:
What|Removed |Added
Priority|P2 |P3
Severity|normal
33 matches
Mail list logo